From: Ralf Wildenhues Date: Mon, 30 Mar 2009 22:54:04 +0000 (+0200) Subject: Post-release version bump. X-Git-Tag: v1.11~32^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72bae12c59bbb1669f9049c362aecd9b658705e0;p=thirdparty%2Fautomake.git Post-release version bump. * configure.ac, NEWS: Bump version to 1.10c. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 6aa9b1049..371c868f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-31 Ralf Wildenhues + + * configure.ac, NEWS: Bump version to 1.10c. + 2009-03-29 Ralf Wildenhues * configure.ac, NEWS: Bump version to 1.10b. diff --git a/Makefile.in b/Makefile.in index 681ab3d40..34193e8fc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/NEWS b/NEWS index aa5838d0d..3c047a37e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +New in 1.10c: + New in 1.10b: * Version requirements: diff --git a/aclocal.m4 b/aclocal.m4 index 801f238b8..d085be54f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.10b -*- Autoconf -*- +# generated automatically by aclocal 1.10c -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. diff --git a/configure b/configure index 897798e9e..caf5adaee 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for GNU Automake 1.10b. +# Generated by GNU Autoconf 2.63 for GNU Automake 1.10c. # # Report bugs to . # @@ -596,8 +596,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Automake' PACKAGE_TARNAME='automake' -PACKAGE_VERSION='1.10b' -PACKAGE_STRING='GNU Automake 1.10b' +PACKAGE_VERSION='1.10c' +PACKAGE_STRING='GNU Automake 1.10c' PACKAGE_BUGREPORT='bug-automake@gnu.org' ac_unique_file="automake.in" @@ -1240,7 +1240,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 GNU Automake 1.10b to adapt to many kinds of systems. +\`configure' configures GNU Automake 1.10c to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1309,7 +1309,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Automake 1.10b:";; + short | recursive ) echo "Configuration of GNU Automake 1.10c:";; esac cat <<\_ACEOF @@ -1376,7 +1376,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Automake configure 1.10b +GNU Automake configure 1.10c generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1390,7 +1390,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 GNU Automake $as_me 1.10b, which was +It was created by GNU Automake $as_me 1.10c, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -1847,7 +1847,7 @@ am_AUTOCONF="${AUTOCONF-autoconf}" am_AUTOHEADER="${AUTOHEADER-autoheader}" -am__api_version='1.10b' +am__api_version='1.10c' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2297,7 +2297,7 @@ fi # Define the identity of the package. PACKAGE='automake' - VERSION='1.10b' + VERSION='1.10c' cat >>confdefs.h <<_ACEOF @@ -3282,7 +3282,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU Automake $as_me 1.10b, which was +This file was extended by GNU Automake $as_me 1.10c, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3332,7 +3332,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -GNU Automake config.status 1.10b +GNU Automake config.status 1.10c configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index f556ab8ed..4229d68e9 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([GNU Automake], [1.10b], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.10c], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR(automake.in) AC_CONFIG_AUX_DIR(lib) diff --git a/doc/Makefile.in b/doc/Makefile.in index c268e93c1..fcfa1be5b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in index 1b087e2a6..f6493908f 100644 --- a/lib/Automake/Makefile.in +++ b/lib/Automake/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in index 913ef0463..a2d3d0d76 100644 --- a/lib/Automake/tests/Makefile.in +++ b/lib/Automake/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/lib/Makefile.in b/lib/Makefile.in index 533e49b89..ee031a9e2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/lib/am/Makefile.in b/lib/am/Makefile.in index 7932ace71..66490fe3a 100644 --- a/lib/am/Makefile.in +++ b/lib/am/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/m4/Makefile.in b/m4/Makefile.in index 1a4144545..9635c0731 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/m4/amversion.m4 b/m4/amversion.m4 index 2b81b3aca..c6a24afb0 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -12,10 +12,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.10b' +[am__api_version='1.10c' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.10b], [], +m4_if([$1], [1.10c], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -31,7 +31,7 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.10b])dnl +[AM_AUTOMAKE_VERSION([1.10c])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) diff --git a/tests/Makefile.in b/tests/Makefile.in index 9698d6c6e..58de5e34b 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10b from Makefile.am. +# Makefile.in generated by automake 1.10c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,