代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/142437/12945438
bootstrap
#! /bin/sh
case $OSTYPE in
darwin*)
LIBTOOLIZE=glibtoolize
;;
*)
LIBTOOLIZE=libtoolize
;;
esac
aclocal -I . && \
autoheader && \
$LIBTOOLIZE --automake --
www.eeworm.com/read/240120/13235939
bootstrap
#! /bin/sh
set -x
aclocal
autoheader
automake --foreign --add-missing --copy
autoconf
www.eeworm.com/read/238952/13313191
bootstrap
#! /bin/sh
# autoconf-2.57 is required
: ${AUTOHEADER="autoheader${AC_VER}"}
: ${AUTOCONF="autoconf${AC_VER}"}
# automake-1.7.x is required
: ${ACLOCAL="aclocal${AM_VER}"}
: ${AUTOMAKE="automake${
www.eeworm.com/read/318282/13482168
bootstrap
#! /bin/sh
## bootstrap file for libdvbpsi -- Sam Hocevar
## $Id: bootstrap,v 1.5 2003/11/06 10:13:40 sam Exp $
set -x
set -e
# Get a sane environment, just in case
LANG=C
export LA
www.eeworm.com/read/312207/13616414
bootstrap
#! /bin/sh
set -x
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf
www.eeworm.com/read/140180/5794519
bootstrap
#!/bin/sh
# ***************************************************************************
# bootstrap : Set up config.mak
# ***************************************************************************
#
www.eeworm.com/read/137691/5819727
bootstrap
aclocal
autoheader
autoconf
[ -d config ] || mkdir config
automake -a -c
www.eeworm.com/read/127282/6006936
bootstrap
#! /bin/sh
set -x
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf
www.eeworm.com/read/156173/11823531
bootstrap
#! /bin/sh
# checking for the GLOBUS_LOCATION
if test "x$GLOBUS_LOCATION" = "x"; then
echo "ERROR Please specify GLOBUS_LOCATION" >&2
exit 1
fi
if [ ! -f ${GLOBUS_LOCATION}/libexec/globus-b
www.eeworm.com/read/152804/12080865
bootstrap
#! /bin/sh
set -x
aclocal -I config
autoheader
automake --foreign --add-missing --copy
autoconf