* 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>
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.
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
# @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
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');
# 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
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