diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 993882211b131d3bf97a71eb3b7ea5960da4ae9b..2c4719c06ba19995d1043a2ae13fa1f8694df245 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2013-12-02 Tristan Gingold + + * configure.in: Bump version to 2.24 + * Makefile.am (RELEASE): Set. + * configure, Makefile.in: Regenerate. + 2013-11-26 Tristan Gingold * configure.in: Bump version to 2.23.92 diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 6f0e4772eed8fea900168e2297abc5762e973de9..c6455639843c1943ec731f3541558fb0053ce8e3 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Uncomment the following line when doing a release. -# RELEASE=y +RELEASE=y INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 8a38a7654505ea2d755eaa7d66e2b2e56095aba0..78d2d2c1e4b94cf511d30eeb6136c0a10c95e155 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -339,7 +339,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Uncomment the following line when doing a release. -# RELEASE=y +RELEASE = y INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) SUBDIRS = doc po diff --git a/bfd/configure b/bfd/configure index 9deb89d38ce7130a42a129aaa44c97092993c729..90cd39747080ad90b61df0993d98b33a23ef1d85 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.64 for bfd 2.23.92. +# Generated by GNU Autoconf 2.64 for bfd 2.24. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -556,8 +556,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bfd' PACKAGE_TARNAME='bfd' -PACKAGE_VERSION='2.23.92' -PACKAGE_STRING='bfd 2.23.92' +PACKAGE_VERSION='2.24' +PACKAGE_STRING='bfd 2.24' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1349,7 +1349,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bfd 2.23.92 to adapt to many kinds of systems. +\`configure' configures bfd 2.24 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1420,7 +1420,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bfd 2.23.92:";; + short | recursive ) echo "Configuration of bfd 2.24:";; esac cat <<\_ACEOF @@ -1541,7 +1541,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bfd configure 2.23.92 +bfd configure 2.24 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2183,7 +2183,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bfd $as_me 2.23.92, which was +It was created by bfd $as_me 2.24, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -3991,7 +3991,7 @@ fi # Define the identity of the package. PACKAGE='bfd' - VERSION='2.23.92' + VERSION='2.24' cat >>confdefs.h <<_ACEOF @@ -16481,7 +16481,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by bfd $as_me 2.23.92, which was +This file was extended by bfd $as_me 2.24, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16545,7 +16545,7 @@ Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -bfd config.status 2.23.92 +bfd config.status 2.24 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/bfd/configure.in b/bfd/configure.in index ee08e935956e07a3ae5736afe376bad968f93ac1..0e88d785593cec0d7f31b9afe50e003ca67c7d40 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -18,7 +18,7 @@ dnl . dnl AC_PREREQ(2.59) -AC_INIT([bfd], [2.23.92]) +AC_INIT([bfd], [2.24]) AC_CONFIG_SRCDIR([libbfd.c]) AC_CANONICAL_TARGET