代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/384423/2601707
bootstrap
aclocal -I .
autoheader
libtoolize --automake
automake --add-missing
autoconf
./configure
www.eeworm.com/read/383940/2605255
bootstrap
#!/bin/sh
set -x
aclocal -I config
# libtoolize --force --copy
aclocal -I config
autoheader
automake --gnu --add-missing --copy
autoconf
www.eeworm.com/read/383940/2605302
bootstrap
aclocal
autoheader
autoconf
[ -d config ] || mkdir config
automake -a -c
www.eeworm.com/read/383940/2608288
bootstrap
mkdir config-aux
aclocal
autoheader
autoconf
automake -a -c
www.eeworm.com/read/367467/2843033
bootstrap
#! /bin/sh
rm -f Makefile Makefile.in config.cache config.h config.status config.log aclocal.m4
echo "libtoolize"
libtoolize --force
echo "aclocal"
aclocal -I .
echo "autoheader"
autoheader
echo "auto
www.eeworm.com/read/367467/2843082
bootstrap
#! /bin/sh
rm -f Makefile Makefile.in config.cache config.h config.status config.log aclocal.m4
echo "libtoolize"
libtoolize --force
echo "aclocal"
aclocal -I .
echo "autoheader"
autoheader
echo "auto
www.eeworm.com/read/367467/2843130
bootstrap
#! /bin/sh
rm -f Makefile Makefile.in config.cache config.h config.status config.log aclocal.m4
echo "libtoolize"
libtoolize --force
echo "aclocal"
aclocal -I .
echo "autoheader"
autoheader
echo "auto
www.eeworm.com/read/367467/2843173
bootstrap
#! /bin/sh
rm -f Makefile Makefile.in config.cache config.h config.status config.log aclocal.m4
echo "libtoolize"
libtoolize --force
echo "aclocal"
aclocal -I .
echo "autoheader"
autoheader
echo "auto
www.eeworm.com/read/361261/2948303
bootstrap
#!/bin/sh
# ***************************************************************************
# bootstrap : Set up config.mak
# ***************************************************************************
#
www.eeworm.com/read/160611/5568984
bootstrap
# $Id: bootstrap,v 1.1.1.1 2004/03/14 15:51:33 mbrubeck Exp $
#!/bin/sh
if [ "$1" = "--clean" ]
then
if [ -a Makefile ]
then
make maintainer-clean
elif [ -a configure ]
then
configure && $0