diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-08-25 08:10:02 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-08-25 08:10:02 +0000 |
commit | 078e3ffed87d834eef232a5b1a0dd0a4c21ef60e (patch) | |
tree | 99b4fbbaa5403868d9ec5c425af7303d39faab7c /gcc | |
parent | f8ca7e49b358124e451580bf3bcd3b1d3cb05608 (diff) | |
download | gcc-078e3ffed87d834eef232a5b1a0dd0a4c21ef60e.zip gcc-078e3ffed87d834eef232a5b1a0dd0a4c21ef60e.tar.gz gcc-078e3ffed87d834eef232a5b1a0dd0a4c21ef60e.tar.bz2 |
configure.ac: Replace Automake macro invocations with manual Autoconf checks and substitutions.
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.
From-SVN: r86541
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) |