代码搜索:BOOTSTRAP
找到约 2,394 项符合「BOOTSTRAP」的源代码
代码结果 2,394
www.eeworm.com/read/291961/8385111
bootstrap
#! /bin/sh
# autoconf-2.59 is required
: ${AUTOHEADER="autoheader${AC_VER}"}
: ${AUTOCONF="autoconf${AC_VER}"}
# automake-1.9.x is required
: ${ACLOCAL="aclocal${AM_VER}"}
: ${AUTOMAKE="automake${
www.eeworm.com/read/432021/8637762
bootstrap
#!/bin/sh
##
## $Id: bootstrap 1339 2006-09-21 19:46:28Z tbailey $
## $Log$
## Revision 1.5 2005/10/06 20:06:00 nadya
## add definitions for configure macros that are missing from autoconf v < 2.54
www.eeworm.com/read/286090/8789722
bootstrap
#! /bin/sh
# Bootstrap this package from CVS.
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms o
www.eeworm.com/read/187103/8855225
bootstrap
#! /bin/sh
# helps bootstrapping libtool, when checked out from CVS
# requires GNU autoconf and GNU automake
find . \( -name autom4te.cache -o -name libtool \) -print | xargs rm -r
file=Makefile.in
www.eeworm.com/read/426701/9003703
bootstrap
#!/bin/sh
set -x
aclocal -I config && autoheader && automake --add-missing --copy --foreign && autoconf
www.eeworm.com/read/185213/9049889
bootstrap
#!/bin/sh -e
aclocal -I .
automake --add-missing --copy
autoconf
www.eeworm.com/read/282752/9069713
bootstrap
#! /bin/sh
libtoolize --force \
&& aclocal \
&& autoconf \
&& automake -a
www.eeworm.com/read/380126/9161545
bootstrap
#!/bin/sh
find . \( -name autom4te.cache -o -name libtool \) -exec rm -r {} \;
aclocal
libtoolize --force --copy
autoheader
automake --add-missing --copy
autoconf
www.eeworm.com/read/181983/9222960
bootstrap
#! /bin/sh
# bootstrap -- Use this script to create generated files from the CVS dist
# Copyright (C) 2000 Gary V. Vaughan
#
# This program is free software; you can redistribute it and/or modify
# it
www.eeworm.com/read/165117/10075773
bootstrap
#! /bin/sh
#
# bootstrap shell script
#
if test $# -gt 1; then echo "Usage: $0 [ seed ]"; exit; fi
read first_line
if test $# -lt 1; then random=$$ ; else random=$1 ; fi
echo "$first_line B"
echo "B