From: Eric Blake Date: Wed, 19 Mar 2008 02:53:42 +0000 (-0600) Subject: AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER. X-Git-Tag: v2.62~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593340005e3c725a856a8b82e71c00a69e66d97c;p=thirdparty%2Fautoconf.git AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER. * bin/autoscan.in (output): Avoid obsolete spelling. * tests/local.at (AC_STATE_SAVE): Update usage. * THANKS: Update. Reported by John Calcote. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index d676859d..f418e212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2008-03-19 Eric Blake + AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER. + * bin/autoscan.in (output): Avoid obsolete spelling. + * tests/local.at (AC_STATE_SAVE): Update usage. + * THANKS: Update. + Reported by John Calcote. + Emphasize that ease of configure triumphs over ease of autoconf. * doc/autoconf.texi (Introduction): Expand on primary vs. secondary goal of autoconf. diff --git a/THANKS b/THANKS index e3102c1e..84d2cdba 100644 --- a/THANKS +++ b/THANKS @@ -159,6 +159,7 @@ Jiro Takabatake jiro@din.or.jp Jochen Friedrich jochen@scram.de Joel E. Denny jdenny@ces.clemson.edu Johan Danielsson joda@pdc.kth.se +John Calcote john.calcote@gmail.com John David Anglin dave@hiauly1.hia.nrc.ca John Fortin fortinj@attglobal.net John Interrante interran@uluru.stanford.edu diff --git a/bin/autoscan.in b/bin/autoscan.in index 59227e26..38aac14a 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -3,8 +3,8 @@ # @configure_input@ # autoscan - Create configure.scan (a preliminary configure.ac) for a package. -# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 -# Free Software Foundation, Inc. +# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +# 2007, 2008 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -529,7 +529,7 @@ sub output ($) if (defined $cfiles[0]) { print $file "AC_CONFIG_SRCDIR([$cfiles[0]])\n"; - print $file "AC_CONFIG_HEADER([config.h])\n"; + print $file "AC_CONFIG_HEADERS([config.h])\n"; } output_kind ($file, 'program'); diff --git a/tests/local.at b/tests/local.at index 9caac755..fce3eb3b 100644 --- a/tests/local.at +++ b/tests/local.at @@ -1,7 +1,7 @@ # M4 macros used in building Autoconf test suites. -*- Autotest -*- -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software -# Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -210,7 +210,7 @@ ls -1 | sed '/^at-/d;/^state-/d;/^config\./d' | sort >state-ls.$][1 AT_DATA([configure.ac], [[AC_INIT -AC_CONFIG_HEADER(config.h:config.hin) +AC_CONFIG_HEADERS(config.h:config.hin) AC_STATE_SAVE(before)] $1 [AC_OUTPUT