* 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.
This commit is contained in:
Scott James Remnant 2004-02-13 00:57:30 +00:00
parent 2e3dde20ea
commit 6039b9636b
2 changed files with 5 additions and 1 deletions

View File

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

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