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.62-37-g


From: Stepan Kasal
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-37-g886a634
Date: Wed, 02 Jul 2008 13:40:12 +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=886a6341110e104d105abdfc11471bc82fd28aa0

The branch, master has been updated
       via  886a6341110e104d105abdfc11471bc82fd28aa0 (commit)
      from  8f052f4c5a830cd53cad84eaf6cbdcbae4855ed6 (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 886a6341110e104d105abdfc11471bc82fd28aa0
Author: Stepan Kasal <address@hidden>
Date:   Wed Jul 2 15:38:24 2008 +0200

    Add quotes to the header of autoscan-generated source.
    
    * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
    
    Signed-off-by: Stepan Kasal <address@hidden>

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

Summary of changes:
 ChangeLog       |    5 +++++
 bin/autoscan.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 70b9b66..cb4adb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-02  Stepan Kasal  <address@hidden>
+
+       Add quotes to the header of autoscan-generated source.
+       * bin/autoscan.in: Add quotes to AC_PREREQ and AC_INIT.
+
 2008-06-28  Andreas Schwab  <address@hidden>
 
        * doc/autoconf.texi (autoscan Invocation): Fix spacing.
diff --git a/bin/autoscan.in b/bin/autoscan.in
index 2fe2809..83fa6fc 100644
--- a/bin/autoscan.in
+++ b/bin/autoscan.in
@@ -527,8 +527,8 @@ sub output ($)
     ("#                                               -*- Autoconf -*-\n" .
      "# Process this file with autoconf to produce a configure script.\n" .
      "\n" .
-     "AC_PREREQ(@VERSION@)\n" .
-     "AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)\n");
+     "AC_PREREQ(address@hidden@])\n" .
+     "AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])\n");
   if (defined $cfiles[0])
     {
       print $file "AC_CONFIG_SRCDIR([$cfiles[0]])\n";


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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