代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/359831/10121411
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/163588/10153252
bootstrap
#! /bin/sh
#
# $Id: bootstrap,v 1.4 2004/01/19 18:48:11 troth Exp $
#
# bootstrap script to build all the *.in files and configure script.
#
# NOTE: You should use automake-1.7.x and autoconf-2.57.
www.eeworm.com/read/278339/10543314
bootstrap
#! /bin/sh
case $OSTYPE in
darwin*)
LIBTOOLIZE=glibtoolize
;;
*)
LIBTOOLIZE=libtoolize
;;
esac
aclocal -I . && \
autoheader && \
$LIBTOOLIZE
www.eeworm.com/read/274869/10847152
bootstrap
#!/bin/sh
# Jeffrey Fulmer
# Sat Jan 6 11:36:27 EST 2001
#
# part of siege distribution
# automates the autotools
set -x
aclocal
autoheader
automake --foreign --copy
autoco
www.eeworm.com/read/417848/10974205
bootstrap
#!/bin/sh
#set -x
# helps bootstrapping fistgen, when checked out from CVS
# requires GNU autoconf and GNU automake
# this is not meant to go into the distributions
# Erez Zadok
www.eeworm.com/read/417519/10986753
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/416916/11009756
bootstrap
#! /bin/sh
# bootstrap: the ultimate bootstrap/autogen.sh script for autotools projects
# Copyright (c) 2002, 2003, 2004, 2005, 2006 Sam Hocevar
#
# This program is free software; yo
www.eeworm.com/read/466466/7035600
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/246683/12712350
bootstrap
#! /bin/sh
## generic bootstrap file for libraries -- Sam Hocevar
## $Id: bootstrap 90 2004-07-05 09:22:27Z sam $
set -x
set -e
# Get a sane environment, just in case
LANG=C
export
www.eeworm.com/read/243870/12911091
bootstrap
#!/bin/sh
#cd sndlib-20
#configure
#cd ..
echo=on
if test -e configure.in; then \
echo 'autoscan not run'; \
else \
echo 'autoscan'; \
autoscan; \
echo 'autoscan'; \
mv configure.scan configure