代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/318039/3572668
bootstrap
#!/bin/sh
#
# This is a wrapper script to create default certificates when the
# server first starts in debugging mode. Once the certificates have been
# created, this file should be deleted.
#
#
www.eeworm.com/read/310709/3692242
bootstrap
mkdir config-aux
aclocal
autoheader
autoconf
automake -a -c
www.eeworm.com/read/270919/4231722
bootstrap
aclocal
autoheader
autoconf
[ -d config ] || mkdir config
automake -a -c
www.eeworm.com/read/270919/4231797
bootstrap
#!/bin/sh
set -e
srcdir=src
if [ -x /usr/bin/aclocal-1.5 ]; then
ACLOCAL="/usr/bin/aclocal-1.5"
else
ACLOCAL="aclocal"
fi
if [ -x /usr/bin/automake-1.5 ]; then
AUTOMAKE="/usr/bin/automake-1.
www.eeworm.com/read/425567/2005215
bootstrap
#! /bin/sh
case $OSTYPE in
darwin*)
LIBTOOLIZE=glibtoolize
;;
*)
LIBTOOLIZE=libtoolize
;;
esac
aclocal -I . && \
autoheader && \
$LIBTOOLIZE --automake --
www.eeworm.com/read/425562/2005809
bootstrap
#! /bin/sh
case $OSTYPE in
darwin*)
LIBTOOLIZE=glibtoolize
;;
*)
LIBTOOLIZE=libtoolize
;;
esac
aclocal -I . && \
autoheader && \
$LIBTOOLIZE --automake --
www.eeworm.com/read/384423/2601296
bootstrap
#! /bin/sh
aclocal -I .
autoheader
if test "`uname -s`" = Darwin; then
glibtoolize --automake
else
libtoolize --automake
fi
automake --add-missing
autoconf
www.eeworm.com/read/384423/2601664
bootstrap
#! /bin/sh
aclocal -I . && \
autoheader && \
libtoolize --automake --copy && \
automake --add-missing --copy && \
autoconf && \
echo "Re