代码搜索:Autoconf

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

代码结果 8,642
www.eeworm.com/read/331748/3404826

svn-base detect-autoconf.sh.svn-base

#! /bin/sh # Global variables... AUTOCONF="autoconf" AUTOHEADER="autoheader" AUTOM4TE="autom4te" AUTOMAKE="automake" ACLOCAL="aclocal" # Please add higher versions first. The last version number is
www.eeworm.com/read/331748/3404830

svn-base detect-autoconf.pl.svn-base

#!/usr/bin/env perl # Try to locate best version of auto* # By Michael Pyne # # Copyright (c) 2005. # This code is public domain. You may use it however you like (includin
www.eeworm.com/read/270919/4231728

m4 check_autoconf213.m4

dnl dnl @synopsis CHECK_AUTOCONF213 dnl dnl This macro checks that the found autoconf is really 2.13. dnl AC_PREREQ doesn't make sure that we aren't using autoconf > 2.13. Grrr. dnl dnl @version $Id:
www.eeworm.com/read/259538/4342636

svn-base detect-autoconf.sh.svn-base

END
www.eeworm.com/read/259538/4342676

svn-work detect-autoconf.sh.svn-work

K 25 svn:wc:ra_dav:version-url V 58 /nilesh/!svn/ver/4/kde/ftpmonitor/admin/detect-autoconf.sh END
www.eeworm.com/read/259538/4342702

svn-work detect-autoconf.sh.svn-work

END
www.eeworm.com/read/259538/4342714

svn-base detect-autoconf.sh.svn-base

#! /bin/sh # Global variables... AUTOCONF="autoconf" AUTOHEADER="autoheader" AUTOM4TE="autom4te" AUTOMAKE="automake" ACLOCAL="aclocal" # We don't use variable here for remembering the type ... stri
www.eeworm.com/read/390191/8478611

sh autogen.sh

#! /bin/sh # Run this script to build distcc from CVS. ## first try the default names AUTOHEADER="autoheader" AUTOCONF="autoconf" if which $AUTOCONF > /dev/null then : else echo "$0: need a
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/169697/5414281

makeconfigure

#! /bin/sh # runs autoheader and autoconf with local macros # Use AUTOCONF and AUTOHEADER to override the defaults AUTOCONF=${AUTOCONF:-autoconf} AUTOHEADER=${AUTOHEADER:-autoheader} $AUTOHEADER $AUTO