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]

Re: [RFA] automake mass update, 2 of 2


Since there's no point in leaving the configury only partly updated, I committed not only libmudflap (approved off-list) and libstdc++-v3, but also libffi and zlib. This only leaves boehm-gc since the changes are more substantial (the upgrade is from 1.4), and must wait for review from a configury maintainer.

The situation is described in the attached patch to install.texi.

Paolo
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.290
diff -u -r1.290 install.texi
--- install.texi	15 Jun 2004 07:50:45 -0000	1.290
+++ install.texi	15 Jun 2004 14:49:41 -0000
@@ -296,16 +296,16 @@
 
 @heading Tools/packages necessary for modifying GCC
 @table @asis
-@item autoconf versions 2.13, 2.57 and 2.59
+@item autoconf versions 2.13 and 2.59
 @itemx GNU m4 version 1.4 (or later)
 
 Necessary when modifying @file{configure.ac}, @file{aclocal.m4}, etc.@:
 to regenerate @file{configure} and @file{config.in} files.  Most
 directories require autoconf 2.59 (exactly), but the toplevel and
 @file{libjava} (but not @file{libjava/libltdl}) still require autoconf
-2.13 (exactly) and @file{libmudflap} requires autoconf 2.57 (exactly).
+2.13 (exactly).
 
-@item automake versions 1.4-gcj, 1.7.8, 1.7.9 and 1.8.5
+@item automake versions 1.4-gcj and 1.8.5
 
 Necessary when modifying a @file{Makefile.am} file to regenerate its
 associated @file{Makefile.in}.
@@ -319,14 +319,7 @@
 require a modified version of automake 1.4 downloadable from
 @uref{ftp://gcc.gnu.org/pub/java/automake-gcj-1.4.tar.gz}.
 
-The @file{libmudflap} directory requires automake 1.7.8.
-
-The @file{libffi} and @file{zlib} directories require
-automake 1.7.9.
-
-The @file{fastjar}, @file{libbanshee}, @file{libcpp},
-@file{libjava/libltdl}, @file{libgfortran} and @file{libstdc++-v3}
-directories require automake 1.8.5.
+Every other directory require automake 1.8.5.
 
 @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]