bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 1.30a


From: Akim Demaille
Subject: FYI: 1.30a
Date: 01 Nov 2001 15:13:50 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

I don't where you guys are about 1.49a or whatever, but we might need
some 1.31.  Bug fixes are to be checked in in both branches.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * configure.in: Bump to 1.30a.
        Adjust to newer Autotest.

Index: NEWS
===================================================================
RCS file: /cvsroot/bison/bison/NEWS,v
retrieving revision 1.21.2.14
diff -u -u -r1.21.2.14 NEWS
--- NEWS 2001/10/26 13:43:18 1.21.2.14
+++ NEWS 2001/11/01 14:25:07
@@ -1,6 +1,8 @@
 Bison News
 ----------
 
+Changes in version 1.30a:
+
 Changes in version 1.30:
 
 * `--defines' and `--graph' have now an optionnal argument which is the
Index: configure.in
===================================================================
RCS file: /cvsroot/bison/bison/configure.in,v
retrieving revision 1.39.2.17
diff -u -u -r1.39.2.17 configure.in
--- configure.in 2001/10/26 13:43:20 1.39.2.17
+++ configure.in 2001/11/01 14:25:08
@@ -18,15 +18,16 @@
 # We need a recent Autoconf to run a recent Autotest.
 AC_PREREQ(2.52e)
 
-AC_INIT([GNU Bison], [1.30], address@hidden)
+AC_INIT([GNU Bison], [1.30a], address@hidden)
 AC_CONFIG_AUX_DIR(config)
 
-AM_INIT_AUTOMAKE([bison], [1.30])
+AM_INIT_AUTOMAKE([bison], [1.30a])
 AM_CONFIG_HEADER(config.h:config.hin)
 
 # Initialize the test suite.
 AC_CONFIG_TESTDIR(tests)
 AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])
+AC_CONFIG_FILES([tests/Makefile tests/atlocal])
 # Needed by tests/atlocal.in.
 AC_SUBST([GCC])
 
@@ -100,5 +101,4 @@
            config/Makefile
            intl/Makefile po/Makefile.in
            lib/Makefile src/Makefile doc/Makefile
-           m4/Makefile
-           tests/Makefile])
+           m4/Makefile])
Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/bison/bison/tests/Makefile.am,v
retrieving revision 1.5.2.8
diff -u -u -r1.5.2.8 Makefile.am
--- tests/Makefile.am 2001/10/10 15:24:02 1.5.2.8
+++ tests/Makefile.am 2001/11/01 14:25:09
@@ -18,9 +18,9 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-EXTRA_DIST = atlocal.in $(TESTSUITE_AT) testsuite
+EXTRA_DIST = $(TESTSUITE_AT) testsuite
 
-DISTCLEANFILES       = atconfig atlocal bison package.m4
+DISTCLEANFILES       = atconfig bison package.m4
 MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
 
 TESTSUITE_AT = \
@@ -34,9 +34,6 @@
        mv address@hidden $@
 
 atconfig: $(top_builddir)/config.status
-       cd $(top_builddir) && ./config.status tests/$@
-
-atlocal: $(srcdir)/atlocal.in $(top_builddir)/config.status
        cd $(top_builddir) && ./config.status tests/$@
 
 clean-local:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]