diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/aclocal.m4 | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ba9e7a46d0..0f2b3acbcb7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + PR other/43620 + * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1. + * aclocal.m4: Regenerate. + 2010-04-02 Richard Guenther <rguenther@suse.de> PR tree-optimization/43629 diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index 81108ded7e4..0aeaf6e52d7 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.11 -*- Autoconf -*- +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 06571a3168e..0db368b3f56 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -376,7 +376,7 @@ not installed in your default library search patch. Necessary when modifying @file{configure.ac}, @file{aclocal.m4}, etc.@: to regenerate @file{configure} and @file{config.in} files. -@item automake version 1.11 +@item automake version 1.11.1 Necessary when modifying a @file{Makefile.am} file to regenerate its associated @file{Makefile.in}. @@ -387,7 +387,7 @@ file. Specifically this applies to the @file{gcc}, @file{intl}, as any of their subdirectories. For directories that use automake, GCC requires the latest release in -the 1.11 series, which is currently 1.11. When regenerating a directory +the 1.11 series, which is currently 1.11.1. When regenerating a directory to a newer version, please update all the directories using an older 1.11 to the latest released version. |