This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch: update automake version
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: 18 Oct 2006 17:20:42 -0600
- Subject: Patch: update automake version
- Reply-to: tromey at redhat dot com
Automake 1.9.6 is used throughout the tree right now.
This patch updates the documentation to reflect this.
Ok?
Tom
:ADDPATCH documentation:
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* doc/install.texi (Prerequisites): Mention automake 1.9.6.
Index: doc/install.texi
===================================================================
--- doc/install.texi (revision 117865)
+++ doc/install.texi (working copy)
@@ -325,7 +325,7 @@
directories require autoconf 2.59 (exactly), but the toplevel
still requires autoconf 2.13 (exactly).
-@item automake versions 1.9.3
+@item automake version 1.9.6
Necessary when modifying a @file{Makefile.am} file to regenerate its
associated @file{Makefile.in}.
@@ -336,7 +336,7 @@
as any of their subdirectories.
For directories that use automake, GCC requires the latest release in
-the 1.9.x series, which is currently 1.9.3. When regenerating a directory
+the 1.9.x series, which is currently 1.9.6. When regenerating a directory
to a newer version, please update all the directories using an older 1.9.x
to the latest released version.