From e7c19e2e1c642bb53bb10995366d8a6f0045720c Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 19 Nov 2003 12:55:47 +0000 Subject: [PATCH] * configure.ac (AC_PREREQ): AS_HELP_STRING was introduced after autoconf-2.57 was released. --- ChangeLog | 5 +++++ configure.ac | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d78f63670..040eac3e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-19 Gary V. Vaughan + + * configure.ac (AC_PREREQ): AS_HELP_STRING was introduced after + autoconf-2.57 was released. + 2003-11-18 Gary V. Vaughan * libltdl/ltdl.c (lt_dlhandle_find): New function to find a handle diff --git a/configure.ac b/configure.ac index 7fd4cae68..6f3a703a2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.47.2