diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-25 08:10:02 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-25 08:10:02 +0000 |
commit | a668be2626dea959ddc34e2a8ddd8fb95327cf3e (patch) | |
tree | 99b4fbbaa5403868d9ec5c425af7303d39faab7c /gcc | |
parent | 346e0763dcb885204cd96b050f67550cf5f79a06 (diff) | |
download | gcc-a668be2626dea959ddc34e2a8ddd8fb95327cf3e.tar.gz |
libcpp/ChangeLog:
2004-08-25 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Replace Automake macro invocations
with manual Autoconf checks and substitutions.
* Makefile.am: Removed.
* Makefile.in: Heavy simplification and reorganization.
gcc/ChangeLog:
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86541 138bc75d-0d04-0410-961f-82ee72b054a4
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 1f1758ed13e..cdd2deb60e8 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 93c0bd5fa14..bc4e8541c74 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) |