diff options
author | Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> | 2015-05-13 10:32:56 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gcc.gnu.org> | 2015-05-13 10:32:56 +0000 |
commit | 29910c8626c114eb15cc5bf0813fa0f8b25bf1c6 (patch) | |
tree | 81eed74ab22c99a0ae01da00e1548a337d507ca6 /gcc | |
parent | 60c1209564a4d0011da013f189c40af9481b8a43 (diff) | |
download | gcc-29910c8626c114eb15cc5bf0813fa0f8b25bf1c6.zip gcc-29910c8626c114eb15cc5bf0813fa0f8b25bf1c6.tar.gz gcc-29910c8626c114eb15cc5bf0813fa0f8b25bf1c6.tar.bz2 |
gcc: Bump to automake 1.11.6
2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
* doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
* aclocal.m4: Regenerated with automake-1.11.6.
From-SVN: r223122
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/aclocal.m4 | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c628832..b0b72d0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> + + * doc/install.texi: Bump latest automake 1.11 version to 1.11.6. + * aclocal.m4: Regenerated with automake-1.11.6. + 2015-05-13 Tom de Vries <tom@codesourcery.com> PR tree-optimization/66010 diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index cb6a48b..49fea10 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8790f14..9da9aeb 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -403,7 +403,7 @@ search path. Necessary when modifying @file{configure.ac}, @file{aclocal.m4}, etc.@: to regenerate @file{configure} and @file{config.in} files. -@item automake version 1.11.1 +@item automake version 1.11.6 Necessary when modifying a @file{Makefile.am} file to regenerate its associated @file{Makefile.in}. @@ -414,7 +414,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.1. When regenerating a directory +the 1.11 series, which is currently 1.11.6. When regenerating a directory to a newer version, please update all the directories using an older 1.11 to the latest released version. |