代码搜索:Autoconf
找到约 8,642 项符合「Autoconf」的源代码
代码结果 8,642
www.eeworm.com/read/323013/13358625
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $
#
echo '$Id: rebuild,v 1.1.1.1 200
www.eeworm.com/read/323013/13358626
rebuild-gcc
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# This is the version for use with the GNU C/C++ compilers
#
# $Id: rebuild-gcc,v 1.1.1.1 20
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/139291/5804689
buildconf
#!/bin/sh
# Default place to look for apr source. Can be overridden with
# --with-apr=[directory]
apr_src_dir=../apr
while test $# -gt 0
do
# Normalize
case "$1" in
-*=*) optarg=`echo "$1
www.eeworm.com/read/136812/5860098
makefile
#
# @(#)Makefile 1.1 92/07/30 SMI
#
HDIR = $(DESTDIR)/usr/include/scsi/conf
CSRC =
HFILES = autoconf.h device.h
SUBDIR =
all: $(HFILES)
install:
install_h: all
rm -rf $(HDIR)
install -d -m 755 $
www.eeworm.com/read/131315/5933937
makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN4= ace.0 autoconf.0 cons.0 cy.0 dr.0 enp.0 ik.0 intro.0 lp.0 mem.0 \
mtio.0 vd.0 vx.0
MLINKS= mem.4 kmem.4
MANSUBDIR=/tahoe
all: ${MAN4}
clean depend lint t
www.eeworm.com/read/131315/5933955
makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN4= acc.0 ad.0 autoconf.0 cons.0 crl.0 css.0 ct.0 ddn.0 de.0 dh.0 dhu.0 \
dmc.0 dmf.0 dmz.0 dn.0 dz.0 ec.0 en.0 ex.0 fl.0 hdh.0 hk.0 hp.0 \
ht.0 hy.0 ik.0 il.
www.eeworm.com/read/131315/5934015
makefile
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN4= autoconf.0 cons.0 ct.0 dca.0 dcl.0 dcm.0 dv.0 gb.0 grf.0 hil.0 \
intro.0 ite.0 le.0 mem.0 ppi.0 rb.0 rd.0 tc.0
MLINKS= mem.4 kmem.4
MANSUBDIR=/hp300
all:
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/484011/6588861
sh autogen.sh
#!/bin/sh
# $Id: autogen.sh,v 1.1.1.1 2001/12/22 21:12:06 rmk Exp $
libtoolize --force --copy
aclocal
autoheader
automake --add-missing --copy
autoconf
./configure $*