This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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] automake mass update, 1 of 2


I have made a pass through all the directories that Joseph suggested
(libmudflap, fastjar, libbanshee, libffi, libjava/libltdl, zlib,
libstdc++-v3, libcpp) and autoupdated them to 1.8.5. Benjamin has already taken care of libstdc++-v3.


I already committed libjava/libltdl, libcpp and libbanshee, and updated htdocs accordingly. I also committed fastjar, since the only change to the non-autogenerated files was quoting the first argument of AC_DEFUN which is obvious.

Finally, I committed a change to add a .cvsignore entry for autom4te.cache to boehm-gc, libffi, zlib and libmudflap, and the required install.texi change, which I attach.

For other directories, they have some bloat in other that is due to multilibs, and it looks from libgfortran that it is obsolete with newer Automake versions -- after which, the files are pretty much simpler. boehm-gc is especially full of stuff that can be removed with a newer
Automake. I'm going to test it a bit more and then submit the patch for review.


Paolo
Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- doc/install.texi	14 Jun 2004 22:52:33 -0000	1.289
+++ doc/install.texi	15 Jun 2004 07:50:45 -0000	1.290
@@ -305,7 +305,7 @@
 @file{libjava} (but not @file{libjava/libltdl}) still require autoconf
 2.13 (exactly) and @file{libmudflap} requires autoconf 2.57 (exactly).
 
-@item automake versions 1.4-gcj, 1.7.8, 1.7.9, 1.8.2, 1.8.4 and 1.8.5
+@item automake versions 1.4-gcj, 1.7.8, 1.7.9 and 1.8.5
 
 Necessary when modifying a @file{Makefile.am} file to regenerate its
 associated @file{Makefile.in}.
@@ -321,14 +321,12 @@
 
 The @file{libmudflap} directory requires automake 1.7.8.
 
-The @file{fastjar}, @file{libbanshee}, @file{libffi},
-@file{libjava/libltdl} and @file{zlib} directories require automake
-1.7.9.
+The @file{libffi} and @file{zlib} directories require
+automake 1.7.9.
 
-The @file{libcpp} directory requires automake 1.8.4.
-
-The @file{libgfortran} and @file{libstdc++-v3} directories require
-automake 1.8.5.
+The @file{fastjar}, @file{libbanshee}, @file{libcpp},
+@file{libjava/libltdl}, @file{libgfortran} and @file{libstdc++-v3}
+directories 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]