diff options
author | Michael Koch <mkoch@gcc.gnu.org> | 2004-08-19 18:12:25 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-08-19 18:12:25 +0000 |
commit | e3f92d3b7d8ef96a9420223eac37c0ece1921e97 (patch) | |
tree | efb8d5146e8c0cf92b11474c1060f469d2a16910 /gcc/doc | |
parent | 50ed9cea9d0b76c02e87d9c9c2643f43f25eed10 (diff) | |
download | gcc-e3f92d3b7d8ef96a9420223eac37c0ece1921e97.zip gcc-e3f92d3b7d8ef96a9420223eac37c0ece1921e97.tar.gz gcc-e3f92d3b7d8ef96a9420223eac37c0ece1921e97.tar.bz2 |
configure.in, [...]: Ported to automake 1.9.
2004-08-19 Thomas Fitzsimmons <fitzsim@redhat.com>
Michael Koch <konqueror@gmx.de>
* configure.in,
Makefile.am: Ported to automake 1.9.
* Makefile.in:
aclocal.m4
configure
gcj/Makefile.in
include/Makefile.in
testsuite/Makefile.in
include/config.h.in:
Regenerated.
* gcc/doc/install.texi: Update entry about automake for libjava.
From-SVN: r86258
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6805665..9568897 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -313,7 +313,7 @@ to regenerate @file{configure} and @file{config.in} files. Most directories require autoconf 2.59 (exactly), but the toplevel still requires autoconf 2.13 (exactly). -@item automake versions 1.4-gcj and 1.8.5 +@item automake versions 1.8.5 and 1.9.1 Necessary when modifying a @file{Makefile.am} file to regenerate its associated @file{Makefile.in}. @@ -323,9 +323,7 @@ file. Specifically this applies to the @file{gcc}, @file{intl}, @file{libiberty}, @file{libobjc} directories as well as any of their subdirectories. -The Java directory @file{libjava} requires a modified version of -automake 1.4 downloadable from -@uref{ftp://gcc.gnu.org/pub/java/automake-gcj-1.4.tar.gz}. +The Java directory @file{libjava} requires a automake 1.9.1. Every other directory requires automake 1.8.5. |