代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/155397/5622208
bootstrap
aclocal
autoheader
autoconf
[ -d config ] || mkdir config
automake -a -c
www.eeworm.com/read/294538/8219984
bootstrap
#!/bin/sh
echo "bootstrapping (this may take a while)"
rm -rf build
mkdir build
aclocal &&
libtoolize &&
autoconf &&
autoheader &&
automake --add-missing --force-missing || exit
www.eeworm.com/read/335355/12538127
bootstrap
#!/bin/sh
#
# $Id: bootstrap,v 1.1.2.2 2004/08/19 16:19:01 flovergine Exp $
#
# Copyright (C) 2004 Francesco P. Lovergine
# All rights reserved. See LICENSE file for license i
www.eeworm.com/read/334955/12557805
bootstrap
#!/bin/sh
set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --gnu --add-missing --copy
autoconf
www.eeworm.com/read/134923/13970135
bootstrap
#! /bin/sh
set -x
libtoolize --force --copy
aclocal
autoheader
#add --include-deps if you want to bootstrap with any other compiler than gcc
#automake --add-missing --copy --include-deps
automake --a
www.eeworm.com/read/105057/15678753
bootstrap
#! /bin/sh
set -x
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf
www.eeworm.com/read/292335/8360871
sh bootstrap.sh
#! /bin/sh
# Regenerate the files autoconf / automake
rm -rf autom4te.cache
rm -f config.cache config.log configure config.guess config.sub aclocal.m4 config.h.in
libtoolize -c --force --automake
www.eeworm.com/read/432915/8564514
java bootstrap.java
package fss;
import shared.*;
import shared.Error;
import java.lang.*;
/***************************************************************************
The Bootstrap is an error estimation method d