autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-390


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-390-g5933400
Date: Wed, 19 Mar 2008 02:54:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=593340005e3c725a856a8b82e71c00a69e66d97c

The branch, master has been updated
       via  593340005e3c725a856a8b82e71c00a69e66d97c (commit)
      from  a5406903ab886eb5d7a9207f89d2aff703d28ffe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 593340005e3c725a856a8b82e71c00a69e66d97c
Author: Eric Blake <address@hidden>
Date:   Tue Mar 18 20:53:42 2008 -0600

    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 <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    6 ++++++
 THANKS          |    1 +
 bin/autoscan.in |    6 +++---
 tests/local.at  |    6 +++---
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d676859..f418e21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-03-19  Eric Blake  <address@hidden>
 
+       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 e3102c1..84d2cdb 100644
--- a/THANKS
+++ b/THANKS
@@ -159,6 +159,7 @@ Jiro Takabatake             address@hidden
 Jochen Friedrich            address@hidden
 Joel E. Denny               address@hidden
 Johan Danielsson            address@hidden
+John Calcote                address@hidden
 John David Anglin           address@hidden
 John Fortin                 address@hidden
 John Interrante             address@hidden
diff --git a/bin/autoscan.in b/bin/autoscan.in
index 59227e2..38aac14 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 9caac75..fce3eb3 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


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]