]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix getopt.m4sh to require Autoconf 2.62 or newer.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 12 Sep 2010 09:40:36 +0000 (11:40 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 12 Sep 2010 09:42:07 +0000 (11:42 +0200)
* libltdl/config/getopt.m4sh (m4_version_prereq): Require 2.62,
not 2.61.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/config/getopt.m4sh

index acca455e5c00dedaeac29cf90e0993d87eee8f8a..3dd65c708b0b5080a804d8b39ceeb209746e2652 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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  <libtool@cwilson.fastmail.fm>
 
        Correct typo: $sharedlib_from_linklib_cmd missing '_cmd'
index 806c1d45e54171da2c07496783e36667d23b2bcc..219674395260647b2e3233b2304dc1e1a71bed94 100644 (file)
@@ -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)
 # ----------------