From 419516678dc91153e9cd9e6c2ee4a128a8ac9c69 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 15 Oct 2006 19:21:50 +0000 Subject: [PATCH] * configure.ac, NEWS: Bump version to 1.10a. --- ChangeLog | 2 ++ Makefile.in | 2 +- NEWS | 2 ++ aclocal.m4 | 2 +- configure | 22 +++++++++++----------- configure.ac | 2 +- doc/Makefile.in | 2 +- lib/Automake/Makefile.in | 2 +- lib/Automake/tests/Makefile.in | 2 +- lib/Makefile.in | 2 +- lib/am/Makefile.in | 2 +- m4/Makefile.in | 2 +- m4/amversion.m4 | 6 +++--- tests/Makefile.in | 2 +- 14 files changed, 28 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96d3a6134..c7f0f5231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-10-15 Alexandre Duret-Lutz + * configure.ac, NEWS: Bump version to 1.10a. + * configure.ac, NEWS: Bump version to 1.10. * doc/automake.texi (Releases): Update for 1.10. diff --git a/Makefile.in b/Makefile.in index 0bdcd8082..9d7a111dc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/NEWS b/NEWS index 32e5385c1..905c661e7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +New in 1.10a: + New in 1.10: * Version requirements: diff --git a/aclocal.m4 b/aclocal.m4 index c11ceb794..fc37c5bf8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.10 -*- Autoconf -*- +# generated automatically by aclocal 1.10a -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006 Free Software Foundation, Inc. diff --git a/configure b/configure index 79d2288b4..d7602097f 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.60 for GNU Automake 1.10. +# Generated by GNU Autoconf 2.60 for GNU Automake 1.10a. # # Report bugs to . # @@ -559,8 +559,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Automake' PACKAGE_TARNAME='automake' -PACKAGE_VERSION='1.10' -PACKAGE_STRING='GNU Automake 1.10' +PACKAGE_VERSION='1.10a' +PACKAGE_STRING='GNU Automake 1.10a' PACKAGE_BUGREPORT='bug-automake@gnu.org' ac_unique_file="automake.in" @@ -1145,7 +1145,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.10 to adapt to many kinds of systems. +\`configure' configures GNU Automake 1.10a to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1214,7 +1214,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Automake 1.10:";; + short | recursive ) echo "Configuration of GNU Automake 1.10a:";; esac cat <<\_ACEOF @@ -1279,7 +1279,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Automake configure 1.10 +GNU Automake configure 1.10a generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1293,7 +1293,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.10, which was +It was created by GNU Automake $as_me 1.10a, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -1733,7 +1733,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac am_AUTOCONF="${AUTOCONF-autoconf}" -am__api_version='1.10' +am__api_version='1.10a' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2039,7 +2039,7 @@ fi # Define the identity of the package. PACKAGE='automake' - VERSION='1.10' + VERSION='1.10a' cat >>confdefs.h <<_ACEOF @@ -3091,7 +3091,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.10, which was +This file was extended by GNU Automake $as_me 1.10a, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3134,7 +3134,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Automake config.status 1.10 +GNU Automake config.status 1.10a configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index e5228c221..f8061ad02 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Require Autoconf 2.60 for AC_REQUIRE_AUX_FILE. AC_PREREQ(2.60) -AC_INIT([GNU Automake], [1.10], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.10a], [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 cd92a3451..800904c81 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a 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 f9c2b7db2..1aa4db9bd 100644 --- a/lib/Automake/Makefile.in +++ b/lib/Automake/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a 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 ef3b1f430..e03e767cf 100644 --- a/lib/Automake/tests/Makefile.in +++ b/lib/Automake/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a 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 0e5dd5da0..844a8ee02 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a 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 44aae2105..919fdfdd2 100644 --- a/lib/am/Makefile.in +++ b/lib/am/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a 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 39a8b5b1a..2f211d5d6 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a 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 9dcef89e6..d7b5f9f06 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.10' +[am__api_version='1.10a' 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.10], [], +m4_if([$1], [1.10a], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -31,5 +31,5 @@ m4_define([_AM_AUTOCONF_VERSION], []) # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.10])dnl +[AM_AUTOMAKE_VERSION([1.10a])dnl _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) diff --git a/tests/Makefile.in b/tests/Makefile.in index a3ebd229e..9e5779a23 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.10 from Makefile.am. +# Makefile.in generated by automake 1.10a from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -- 2.47.2