bison-patches
[Top][All Lists]
Advanced

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

Re: Bison uses Automake 1.5c; it should use Automake 1.6


From: Paul Eggert
Subject: Re: Bison uses Automake 1.5c; it should use Automake 1.6
Date: Tue, 19 Mar 2002 23:04:34 -0800 (PST)

> From: Akim Demaille <address@hidden>
> Date: 19 Mar 2002 12:10:46 +0100
> 
> Paul> I assume you want this also on the main development branch too?
> 
> If you are ready to handle this, sure!  Thanks.

Done.  In this case, the only changes were the following, to
Makefile.am and doc/Makefile.am.  The other changes were not needed,
or were already done as part of the gettext upgrade.

Here is the patch that I installed.

2002-03-19  Paul Eggert  <address@hidden>

        * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
        * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.

===================================================================
RCS file: /cvsroot/bison/bison/Makefile.am,v
retrieving revision 1.23
diff -p -u -r1.23 Makefile.am
--- Makefile.am 14 Mar 2002 18:31:13 -0000      1.23
+++ Makefile.am 20 Mar 2002 06:58:35 -0000
@@ -16,7 +16,7 @@
 ## 02111-1307  USA
 
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-AUTOMAKE_OPTIONS = 1.5 check-news readme-alpha dist-bzip2
+AUTOMAKE_OPTIONS = 1.6 check-news readme-alpha dist-bzip2
 
 ACLOCAL_AMFLAGS = -I m4
 
===================================================================
RCS file: /cvsroot/bison/bison/doc/Makefile.am,v
retrieving revision 1.5
diff -p -u -r1.5 Makefile.am
--- doc/Makefile.am     14 Aug 2001 14:13:16 -0000      1.5
+++ doc/Makefile.am     20 Mar 2002 06:58:35 -0000
@@ -1,5 +1,4 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-AUTOMAKE_OPTIONS = 1.4
 
 info_TEXINFOS = bison.texinfo
 man_MANS = bison.1



reply via email to

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