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/doc/install.texi | |
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/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 10 |
1 files changed, 5 insertions, 5 deletions
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) |