代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/246541/4492980
bootstrap
#!/bin/sh
set -x
autoheader
libtoolize --force --copy
aclocal -I config
automake --foreign --add-missing --force-missing --copy
autoconf
www.eeworm.com/read/246541/4493010
bootstrap
#!/bin/sh
set -x
autoheader
libtoolize --force --copy
aclocal -I config
automake --foreign --add-missing --force-missing --copy
autoconf
www.eeworm.com/read/246541/4493042
bootstrap
#!/bin/sh
set -x
autoheader
libtoolize --force --copy
aclocal -I config
automake --foreign --add-missing --force-missing --copy
autoconf
www.eeworm.com/read/246541/4493075
bootstrap
#!/bin/sh
set -x
autoheader
libtoolize --force --copy
aclocal -I config
automake --foreign --add-missing --force-missing --copy
autoconf
www.eeworm.com/read/222388/4819664
bootstrap
aclocal
autoheader
autoconf
[ -d config ] || mkdir config
automake -a -c
www.eeworm.com/read/177697/5322128
bootstrap
#! /bin/sh
case $OSTYPE in
darwin*)
LIBTOOLIZE=glibtoolize
;;
*)
LIBTOOLIZE=libtoolize
;;
esac
aclocal -I . && \
autoheader && \
$LIBTOOLIZE --automake --
www.eeworm.com/read/331135/3416556
bootstrap
#!/bin/sh
# ***************************************************************************
# bootstrap : Set up config.mak
# ***************************************************************************
#