head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.54 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.50 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.46 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2-base:1.1 buildlink2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2002.09.25.19.13.42; author wiz; state dead; branches; next 1.1; 1.1 date 2002.05.08.11.03.17; author wiz; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.05.08.11.03.17; author jlam; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2002.06.23.18.43.49; author jlam; state Exp; branches; next ; desc @@ 1.2 log @Update to 2.54, provided by Julio Merino in PR 18354. * Major changes in Autoconf 2.54 -*- outline -*- ** Executables - autoreconf no longer changes the version of the gettext/po/intl support files. It now adds the files the correspond to the AM_GNU_GETTEXT_VERSION declared in configure.ac. Warning: It now relies on the 'autopoint' program, which is part of GNU gettext 0.11.4 and newer. Please note that you need to have a GNU gettext version that corresponds at least to the AM_GNU_GETTEXT_VERSION declared in configure.ac. You can upgrade to newer GNU gettext versions, though, without needing to change configure.ac. - The -I DIR or --include=DIR option now appends DIR to the include path instead of prepending; this is for consistency with other GNU tools. The new -B DIR or --prepend-include=DIR option has the old behavior. ** Macros - AC_OUTPUT Now handles all the gory details about LIBOBJS and LTLIBOBJS. Please, remove lines such as # This is necessary so that .o files in LIBOBJS are also # built via the ANSI2KNR-filtering rules. LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'` and read the `AC_LIBOBJ vs LIBOBJS' section. Do not define U in your Makefiles either. - AC_CONFIG_LINKS now makes copies if it can't make links. - AC_FUNC_FNMATCH now tests only for POSIX compatibility, reverting to Autoconf 2.13 behavior. The new macro AC_FUNC_FNMATCH_GNU also tests for GNU extensions to fnmatch, and replaces fnmatch if needed. - AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling. - AC_PROG_CC_STDC is integrated into AC_PROG_CC. - AC_PROG_F77 default search no longer includes cf77 and cfg77. - New macros AC_C_BACKSLASH_A, AC_CONFIG_LIBOBJ_DIR, AC_GNU_SOURCE, AC_PROG_EGREP, AC_PROG_FGREP, AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_REALLOC, AC_TYPE_MBSTATE_T. - AC_FUNC_GETLOADAVG looks for getloadavg.c in the CONFIG_LIBOBJ_DIR. - AC_FUNC_MALLOC Now defines HAVE_MALLOC to 0 if `malloc' does not work, and asks for an AC_LIBOBJ replacement. ** Bug fixes - Spurious complaints from `m4_bmatch' about invalid regular expressions are suppressed. - Empty top_builddirs are properly handled. - AC_CHECK_MEMBER works correctly when the member is an aggregate. - AC_PATH_PROG Now colon in the optional path arguments are properly handled. ** Improved portability - Both Autoconf the package, and the scripts it produces, should run more reliably with Zsh. Bear in mind it is the default Bourne shell on Darwin. - Autoconf and the scripts it produces no longer assume the existence of the obsolescent commands egrep and fgrep. ** Documentation - Limitations of Make More of them. - GNATS The GNATS base has moved to http://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf ** Misc. - config.log Now contains the list of ouput variables and files (AC_SUBST, AC_SUBST_FILES). @ text @$NetBSD: patch-aa,v 1.1 2002/05/08 11:03:17 wiz Exp $ --- doc/autoconf.texi.orig Fri Mar 8 13:57:41 2002 +++ doc/autoconf.texi @@@@ -413,7 +413,7 @@@@ * Changed Quotation:: Broken code which used to work * New Macros:: Interaction with foreign macros * Hosts and Cross-Compilation:: Bugward compatibility kludges -* AC_LIBOBJ vs. LIBOBJS:: +* AC_LIBOBJ vs LIBOBJS:: Generating Test Suites with Autotest @@@@ -11838,7 +11838,7 @@@@ * Changed Quotation:: Broken code which used to work * New Macros:: Interaction with foreign macros * Hosts and Cross-Compilation:: Bugward compatibility kludges -* AC_LIBOBJ vs. LIBOBJS:: LIBOBJS is a forbidden token +* AC_LIBOBJ vs LIBOBJS:: LIBOBJS is a forbidden token @@end menu @@node Changed Quotation @@@@ -12081,7 +12081,7 @@@@ @@end example -@@node AC_LIBOBJ vs. LIBOBJS +@@node AC_LIBOBJ vs LIBOBJS @@subsection @@code{AC_LIBOBJ} vs. @@code{LIBOBJS} Up to Autoconf 2.13, the replacement of functions was triggered via the @ 1.1 log @Add version requirements for Perl and Texinfo, and fix the texi file. From pkg/16645 by Greg A. Woods. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-aa was added on branch buildlink2 on 2002-06-23 18:43:49 +0000 @ text @d1 31 @ 1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 31 $NetBSD: patch-aa,v 1.1.2.1 2002/06/23 18:43:49 jlam Exp $ --- doc/autoconf.texi.orig Fri Mar 8 13:57:41 2002 +++ doc/autoconf.texi @@@@ -413,7 +413,7 @@@@ * Changed Quotation:: Broken code which used to work * New Macros:: Interaction with foreign macros * Hosts and Cross-Compilation:: Bugward compatibility kludges -* AC_LIBOBJ vs. LIBOBJS:: +* AC_LIBOBJ vs LIBOBJS:: Generating Test Suites with Autotest @@@@ -11838,7 +11838,7 @@@@ * Changed Quotation:: Broken code which used to work * New Macros:: Interaction with foreign macros * Hosts and Cross-Compilation:: Bugward compatibility kludges -* AC_LIBOBJ vs. LIBOBJS:: LIBOBJS is a forbidden token +* AC_LIBOBJ vs LIBOBJS:: LIBOBJS is a forbidden token @@end menu @@node Changed Quotation @@@@ -12081,7 +12081,7 @@@@ @@end example -@@node AC_LIBOBJ vs. LIBOBJS +@@node AC_LIBOBJ vs LIBOBJS @@subsection @@code{AC_LIBOBJ} vs. @@code{LIBOBJS} Up to Autoconf 2.13, the replacement of functions was triggered via the @