libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.10-171-g0d01005


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-171-g0d01005
Date: Sun, 12 Sep 2010 09:42:31 +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 Libtool".

The branch, master has been updated
       via  0d01005082315a4a9818be139d1db2148407ce51 (commit)
      from  3a94f44686dc3fbe184d1c07c2f9b7fbddfaa873 (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 0d01005082315a4a9818be139d1db2148407ce51
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Sep 12 11:40:36 2010 +0200

    Fix getopt.m4sh to require Autoconf 2.62 or newer.
    
    * libltdl/config/getopt.m4sh (m4_version_prereq): Require 2.62,
    not 2.61.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    6 ++++++
 libltdl/config/getopt.m4sh |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index acca455..3dd65c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-12  Ralf Wildenhues  <address@hidden>
+
+       Fix getopt.m4sh to require Autoconf 2.62 or newer.
+       * libltdl/config/getopt.m4sh (m4_version_prereq): Require 2.62,
+       not 2.61.
+
 2010-09-11  Charles Wilson  <address@hidden>
 
        Correct typo: $sharedlib_from_linklib_cmd missing '_cmd'
diff --git a/libltdl/config/getopt.m4sh b/libltdl/config/getopt.m4sh
index 806c1d4..2196743 100644
--- a/libltdl/config/getopt.m4sh
+++ b/libltdl/config/getopt.m4sh
@@ -50,11 +50,11 @@ m4_pattern_forbid([^_?m4go_])
 ## --------------------------- ##
 
 # We prefer m4sugar.m4 from Autoconf-2.64, but have fallbacks in this
-# section that work back as far as Autoconf-2.61.  This file is used
+# section that work back as far as Autoconf-2.62.  This file is used
 # at bootstrap time to generate the shell processing loop for ltmain.sh
 # and libtoolize.in, so it's okay for the requirement to be tighter
 # than the configure time Autoconf prerequisite version.
-m4_version_prereq([2.61])
+m4_version_prereq([2.62])
 
 # m4_chomp(STRING)
 # ----------------


hooks/post-receive
-- 
GNU Libtool



reply via email to

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