]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/cdemo/configure.ac: Drop AC_PREREQ back to 2.54, this
authorScott James Remnant <scott@netsplit.com>
Fri, 13 Feb 2004 00:57:30 +0000 (00:57 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 13 Feb 2004 00:57:30 +0000 (00:57 +0000)
was debris from Gary's cvsapply going mad and wasn't backed
out.

ChangeLog
tests/cdemo/configure.ac

index 066187ffc9005381b0d27c19eb7c3f693e8c2e29..ce33d91442f74a785d4e9962645f2926349d7c6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-02-13  Scott James Remnant  <scott@netsplit.com>
 
+       * tests/cdemo/configure.ac: Drop AC_PREREQ back to 2.54, this
+       was debris from Gary's cvsapply going mad and wasn't backed
+       out.
+
        * Makefile.am (pkgmacro_DATA): We have to distribute
        m4/ltversion.m4 because it can be needed before the Makefile
        that generates it exists.
index 22345e7c557dd119cde5a1ecbd49cf44efea5f9f..3d3ec08b1955a448b7294e4b38913673951104fc 100644 (file)
@@ -16,7 +16,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 # 02111-1307  USA
 
-AC_PREREQ(2.59a)
+AC_PREREQ(2.54)
 
 ## ------------------------ ##
 ## Autoconf initialisation. ##