代码搜索:Autoconf

找到约 8,642 项符合「Autoconf」的源代码

代码结果 8,642
www.eeworm.com/read/110173/15540803

sh autogen.sh

#!/bin/sh # aclocal automake --foreign autoconf #./configure $* echo "Now you are ready to run ./configure"
www.eeworm.com/read/108885/15570929

html autobook_274.html

www.eeworm.com/read/104054/15711542

changelog

C h a n g e L o g o f S M T P ___________________________________________________________________________ Changes between *GENESIS* and 1.0.0: 971021 - created first real distributio
www.eeworm.com/read/103200/15740794

readme-cvs

If you use the CVS version of strace there will be some files missing that you need to build strace. These files are generated by tools from the GNU autoconf package. In order to generate the missin
www.eeworm.com/read/409373/11330560

sh bootstrap.sh

#!/bin/sh check_for_app() { $1 --version 2>&1 >/dev/null if [ $? != 0 ] then echo "Please install $1 and run bootstrap.sh again!" exit 1 fi } # On FreeBSD, multiple autoconf/automake version
www.eeworm.com/read/154972/11908870

m4 package.m4

# Signature of the current package. m4_define([AT_PACKAGE_NAME], [GNU Autoconf]) m4_define([AT_PACKAGE_TARNAME], [autoconf]) m4_define([AT_PACKAGE_VERSION], [2.59]) m4_define([AT_PACKAGE_STRI
www.eeworm.com/read/253219/12239306

m4 package.m4

# Signature of the current package. m4_define([AT_PACKAGE_NAME], [GNU Autoconf]) m4_define([AT_PACKAGE_TARNAME], [autoconf]) m4_define([AT_PACKAGE_VERSION], [2.60]) m4_define([AT_PACKAGE_STRI
www.eeworm.com/read/292796/8333027

m4 package.m4

# Signature of the current package. m4_define([AT_PACKAGE_NAME], [GNU Autoconf]) m4_define([AT_PACKAGE_TARNAME], [autoconf]) m4_define([AT_PACKAGE_VERSION], [2.57]) m4_define([AT_PACKAGE_STRI
www.eeworm.com/read/292335/8360871

sh bootstrap.sh

#! /bin/sh # Regenerate the files autoconf / automake rm -rf autom4te.cache rm -f config.cache config.log configure config.guess config.sub aclocal.m4 config.h.in libtoolize -c --force --automake
www.eeworm.com/read/390183/8479803

sh autogen.sh

#!/bin/sh -xe # # Simple script to run the appropriate autotools from a repository. # autoheader autoconf rm -rf autom4te.cache config.log