* tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
authorAkim Demaille <akim@epita.fr>
Tue, 10 Sep 2002 13:51:30 +0000 (13:51 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 10 Sep 2002 13:51:30 +0000 (13:51 +0000)
with an Autoconf-2.5x style configure.ac.

ChangeLog
tests/Makefile.am

index 6e5296d..aed5dc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-10  Gary V. Vaughan  <gary@gnu.org>
+
+       * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
+       with an Autoconf-2.5x style configure.ac.
+
 2002-09-06  Paul Eggert  <eggert@twinsun.com>
 
        * doc/bison.texinfo (Conditions): Make explicit that the GPL
index fff1a30..0bb522c 100644 (file)
@@ -27,7 +27,7 @@ MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
 ## package.m4.  ##
 ## ------------ ##
 
-$(srcdir)/package.m4: $(top_srcdir)/configure.in
+$(srcdir)/package.m4: $(top_srcdir)/configure.ac
        {                                       \
          echo '# Signature of the current package.'; \
          echo 'm4_define([AT_PACKAGE_NAME],      [@PACKAGE_NAME@])'; \