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 /libcpp/ChangeLog | |
| parent | f8ca7e49b358124e451580bf3bcd3b1d3cb05608 (diff) | |
| download | gcc-078e3ffed87d834eef232a5b1a0dd0a4c21ef60e.tar.gz gcc-078e3ffed87d834eef232a5b1a0dd0a4c21ef60e.tar.bz2 gcc-078e3ffed87d834eef232a5b1a0dd0a4c21ef60e.zip | |
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 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index da14057ff45..d5018a8a2f8 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,13 @@ +2004-08-25 Paolo Bonzini <bonzini@gnu.org> + + * configure.ac: Replace Automake macro invocations + with manual Autoconf checks and substitutions. + * configure: Regenerate. + * aclocal.m4: Regenerate. + * config.in: Regenerate. + * Makefile.am: Removed. + * Makefile.in: Heavy simplification and reorganization. + 2004-08-09 Mark Mitchell <mark@codesourcery.com> * configure.ac (arm*-*-eabi*): New target. @@ -14,7 +24,7 @@ 2004-07-23 Matthias Klose <doko@debian.org> - init.c (init_library): Use PACKAGE for the text domain. + * init.c (init_library): Use PACKAGE for the text domain. 2004-07-16 Andris Pavenis <pavenis@latnet.lv> |
