This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Update install.texi to reflect automake reality


As the entire tree now uses the automake 1.9 series, I committed the following to doc/install.texi.

KC
2004-11-13  Kelley Cook  <kcook@gcc.gnu.org>

	* doc/install.texi (automake): Document that everything now uses 1.9.

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.326
diff -p -u -d -r1.326 install.texi
--- install.texi	5 Nov 2004 01:36:56 -0000	1.326
+++ install.texi	13 Nov 2004 16:43:32 -0000
@@ -313,7 +313,7 @@ to regenerate @file{configure} and @file
 directories require autoconf 2.59 (exactly), but the toplevel
 still requires autoconf 2.13 (exactly).
 
-@item automake versions 1.8.5 and 1.9.1
+@item automake versions 1.9.x
 
 Necessary when modifying a @file{Makefile.am} file to regenerate its
 associated @file{Makefile.in}.
@@ -324,9 +324,7 @@ file.  Specifically this applies to the 
 as any of their subdirectories.
 
 The Java directory @file{libjava} and the @file{libstdc++-v3} directory
-require automake 1.9.1.  Every other directory should work with either
-automake 1.8.5 and automake 1.9.1, but most of them have been tested only
-with automake 1.8.5 so far.
+require automake 1.9.x.  It is preferred to use the lastest released version.
 
 @item gettext version 0.12 (or later)
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]