diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f1758e..cdd2deb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-08-25 Paolo Bonzini <bonzini@gnu.org> + + * doc/invoke.texi: Document that libcpp does not require + Automake any longer. Document that Automake 1.9.1 should + work everywhere. + 2004-08-25 Zack Weinberg <zack@codesourcery.com> * flags.h (enum debug_info_type): Remove DWARF_DEBUG. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 93c0bd5..bc4e854 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -320,12 +320,12 @@ associated @file{Makefile.in}. Much of GCC does not use automake, so directly edit the @file{Makefile.in} file. Specifically this applies to the @file{gcc}, @file{intl}, -@file{libiberty}, @file{libobjc} directories as well as any -of their subdirectories. +@file{libcpp}, @file{libiberty}, @file{libobjc} directories as well +as any of their subdirectories. -The Java directory @file{libjava} requires a automake 1.9.1. - -Every other directory requires automake 1.8.5. +The Java directory @file{libjava} requires 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. @item gettext version 0.12 (or later) |