diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-19 18:12:25 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-19 18:12:25 +0000 |
commit | e6312df063d7ab66edb29cef7320a39b0902c113 (patch) | |
tree | efb8d5146e8c0cf92b11474c1060f469d2a16910 /gcc/doc/install.texi | |
parent | 9580c25fa802940def3193a95e361acd370a25e8 (diff) | |
download | gcc-e6312df063d7ab66edb29cef7320a39b0902c113.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86258 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-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 6805665f85b..9568897969e 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. |