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 <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-09-12 11:40:36 +02:00
parent 3a94f44686
commit 0d01005082
2 changed files with 8 additions and 2 deletions

View File

@ -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'

View 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)
# ----------------