From: Scott James Remnant Date: Fri, 13 Feb 2004 00:57:30 +0000 (+0000) Subject: * tests/cdemo/configure.ac: Drop AC_PREREQ back to 2.54, this X-Git-Tag: release-1-9b~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6039b9636b43b6c417857d264779be85d512dfcf;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 066187ffc..ce33d9144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-02-13 Scott James Remnant + * 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. diff --git a/tests/cdemo/configure.ac b/tests/cdemo/configure.ac index 22345e7c5..3d3ec08b1 100644 --- a/tests/cdemo/configure.ac +++ b/tests/cdemo/configure.ac @@ -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. ##