aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-06-16 07:35:00 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-06-16 07:35:00 +0000
commitbf9a420e62f4f6993daa8b581a6d4ec28ace4730 (patch)
tree78d00ee8f89fa1e592854e16a7fe6fcf6d01e3fe /gcc
parent6bbba4c73c8a9540ac77a1ffffd618ce2be3ccf0 (diff)
downloadgcc-bf9a420e62f4f6993daa8b581a6d4ec28ace4730.zip
gcc-bf9a420e62f4f6993daa8b581a6d4ec28ace4730.tar.gz
gcc-bf9a420e62f4f6993daa8b581a6d4ec28ace4730.tar.bz2
configure.ac: New name of configure.in.
boehm-gc/ChangeLog: 2005-06-16 Paolo Bonzini <bonzini@gnu.org> * boehm-gc/configure.ac: New name of configure.in. Remove useless multilib stuff. Change uses of INCLUDES and CXXINCLUDES to AM_CPPFLAGS. * boehm-gc/configure.in: New name of configure.in. * boehm-gc/Makefile.am: Update for automake 1.8.5. * boehm-gc/acinclude.m4: Include ../config/acx.m4. * boehm-gc/aclocal.m4: Regenerate. * boehm-gc/configure: Regenerate. contrib/ChangeLog: 2004-06-16 Paolo Bonzini <bonzini@gnu.org> * gcc_update (boehm-gc/configure): Depend on boehm-gc/configure.ac instead of boehm-gc/configure.in gcc/ChangeLog: 2004-06-16 Paolo Bonzini <bonzini@gnu.org> * doc/install.texi: boehm-gc now uses automake 1.8.5. From-SVN: r83227
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 109df26..2193648 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2004-06-16 Paolo Bonzini <bonzini@gnu.org>
+ * doc/install.texi: boehm-gc now uses automake 1.8.5.
+
+2004-06-16 Paolo Bonzini <bonzini@gnu.org>
+
* toplev.h (rest_of_compilation): Adjust prototype.
2004-06-16 Paolo Bonzini <bonzini@gnu.org>
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index c80b0d7..56f6cf2 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -315,8 +315,8 @@ file. Specifically this applies to the @file{gcc}, @file{intl},
@file{libiberty}, @file{libobjc} directories as well as any
of their subdirectories.
-The Java directories @file{boehm-gc} and @file{libjava}
-require a modified version of automake 1.4 downloadable from
+The Java directory @file{libjava} requires a modified version of
+automake 1.4 downloadable from
@uref{ftp://gcc.gnu.org/pub/java/automake-gcj-1.4.tar.gz}.
Every other directory requires automake 1.8.5.