This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update AC_PREREQ entries


FYI, I have synced the patch below to src after applying to GCC.

Cheers,
Ralf

* Ralf Wildenhues wrote on Sun, Aug 23, 2009 at 07:43:59PM CEST:
> intl/ChangeLog:
> 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> 
> 	* configure.ac (AC_PREREQ): Bump to 2.64.
> 

> libiberty/ChangeLog:
> 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> 
> 	* configure.ac (AC_PREREQ): Bump to 2.64.
> 

> libdecnumber/ChangeLog:
> 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> 
> 	* configure.ac (AC_PREREQ): Bump to 2.64.
> 
> ChangeLog:
> 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> 
> 	* configure.ac (AC_PREREQ): Bump to 2.64.
> 

> --- libdecnumber/configure.ac	(Revision 151009)
> +++ libdecnumber/configure.ac	(Arbeitskopie)
> @@ -19,7 +19,7 @@
>  # along with GCC; see the file COPYING3.  If not see
>  # <http://www.gnu.org/licenses/>.
>  
> -AC_PREREQ(2.59)
> +AC_PREREQ(2.64)
>  AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber)
>  AC_CONFIG_SRCDIR(decNumber.h)
>  AC_CONFIG_MACRO_DIR(../config)

> --- configure.ac	(Revision 151015)
> +++ configure.ac	(Arbeitskopie)
> @@ -24,7 +24,7 @@
>  m4_include(config/proginstall.m4)
>  
>  AC_INIT(move-if-change)
> -AC_PREREQ(2.59)
> +AC_PREREQ(2.64)
>  AC_DISABLE_OPTION_CHECKING
>  
>  progname=$0

> --- intl/configure.ac	(Revision 151009)
> +++ intl/configure.ac	(Arbeitskopie)
> @@ -1,4 +1,4 @@
> -AC_PREREQ(2.59)
> +AC_PREREQ(2.64)
>  AC_INIT
>  AC_CONFIG_SRCDIR(gettext.c)
>  AC_CONFIG_HEADER(config.h)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]