]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac (AC_PREREQ): AS_HELP_STRING was introduced after
authorGary V. Vaughan <gary@gnu.org>
Wed, 19 Nov 2003 12:55:47 +0000 (12:55 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 19 Nov 2003 12:55:47 +0000 (12:55 +0000)
autoconf-2.57 was released.

ChangeLog
configure.ac

index d78f636708cc617b09445bf30e00665d73f47e58..040eac3e872356b82b37512fde9a6b4ab48e1f6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-19  Gary V. Vaughan  <gary@gnu.org>
+
+       * configure.ac (AC_PREREQ): AS_HELP_STRING was introduced after
+       autoconf-2.57 was released.
+
 2003-11-18  Gary V. Vaughan  <gary@gnu.org>
 
        * libltdl/ltdl.c (lt_dlhandle_find): New function to find a handle
index 7fd4cae68f09b77de7b146c08b2e11435eeb826d..6f3a703a27f854bf7da906381b12631f19c4800f 100644 (file)
@@ -17,8 +17,7 @@
 # 02111-1307  USA
 
 
-## FIXME: Is this really new enough? ##
-AC_PREREQ(2.54)
+AC_PREREQ(2.58) ## We use AS_HELP_STRING