]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
AC_CONFIG_HEADERS replaced AC_CONFIG_HEADER.
authorEric Blake <ebb9@byu.net>
Wed, 19 Mar 2008 02:53:42 +0000 (20:53 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 19 Mar 2008 02:54:31 +0000 (20:54 -0600)
* 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 <ebb9@byu.net>
ChangeLog
THANKS
bin/autoscan.in
tests/local.at

index d676859dddf976308abdae545ae3878483f94805..f418e212472694c6c4bcde9dcb298505dbefcd15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-03-19  Eric Blake  <ebb9@byu.net>
 
+       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 e3102c1e44c2a60e4d387d6cc764090204dfb821..84d2cdbab14e3817badb3518ca4c54649e3a9541 100644 (file)
--- 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
index 59227e2644e9cc5b18d569a973d243751b70e186..38aac14a40bf16df04c48889031c94db9f24cac2 100644 (file)
@@ -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');
index 9caac75543422e94444959319950fa5fc13275cd..fce3eb3bfece6a3b4c42748f75bea668fd47b4e7 100644 (file)
@@ -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