From: Alexandre Duret-Lutz Date: Sun, 20 Aug 2006 16:58:19 +0000 (+0000) Subject: * NEWS, configure.ac: Bump version to 1.9c. X-Git-Tag: v1.10.2~171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=146d4aadd44cc4b2acdc00ed1efac1bbaee430b0;p=platform%2Fupstream%2Fautomake.git * NEWS, configure.ac: Bump version to 1.9c. --- diff --git a/ChangeLog b/ChangeLog index 69e3836..20c6847 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-08-20 Alexandre Duret-Lutz + * NEWS, configure.ac: Bump version to 1.9c. + * NEWS, configure.ac: Bump version to 1.9b. * Makefile.am (maintainer-check): Check for mkdir_p in automake.in diff --git a/Makefile.in b/Makefile.in index 1edccec..6aadcbb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/aclocal.m4 b/aclocal.m4 index abe3429..33c5a75 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.9b -*- Autoconf -*- +# generated automatically by aclocal 1.9c -*- 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 221fed3..89bcc10 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.9b. +# Generated by GNU Autoconf 2.60 for GNU Automake 1.9c. # # 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.9b' -PACKAGE_STRING='GNU Automake 1.9b' +PACKAGE_VERSION='1.9c' +PACKAGE_STRING='GNU Automake 1.9c' PACKAGE_BUGREPORT='bug-automake@gnu.org' ac_unique_file="automake.in" @@ -1144,7 +1144,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.9b to adapt to many kinds of systems. +\`configure' configures GNU Automake 1.9c to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1213,7 +1213,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Automake 1.9b:";; + short | recursive ) echo "Configuration of GNU Automake 1.9c:";; esac cat <<\_ACEOF @@ -1278,7 +1278,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Automake configure 1.9b +GNU Automake configure 1.9c generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1292,7 +1292,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.9b, which was +It was created by GNU Automake $as_me 1.9c, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -1732,7 +1732,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac am_AUTOCONF="${AUTOCONF-autoconf}" -am__api_version='1.9b' +am__api_version='1.9c' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2034,7 +2034,7 @@ fi # Define the identity of the package. PACKAGE='automake' - VERSION='1.9b' + VERSION='1.9c' cat >>confdefs.h <<_ACEOF @@ -3086,7 +3086,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.9b, which was +This file was extended by GNU Automake $as_me 1.9c, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3129,7 +3129,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Automake config.status 1.9b +GNU Automake config.status 1.9c 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 c81d09e..30696c2 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.9b], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.9c], [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 9375c71..de71779 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, diff --git a/doc/stamp-vti b/doc/stamp-vti index e2f2083..7dce5fa 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ @set UPDATED 20 August 2006 @set UPDATED-MONTH August 2006 -@set EDITION 1.9b -@set VERSION 1.9b +@set EDITION 1.9c +@set VERSION 1.9c diff --git a/doc/version.texi b/doc/version.texi index e2f2083..7dce5fa 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 20 August 2006 @set UPDATED-MONTH August 2006 -@set EDITION 1.9b -@set VERSION 1.9b +@set EDITION 1.9c +@set VERSION 1.9c diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in index e806976..9210085 100644 --- a/lib/Automake/Makefile.in +++ b/lib/Automake/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c 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 219ece6..e23a135 100644 --- a/lib/Automake/tests/Makefile.in +++ b/lib/Automake/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c 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 a25f04c..fc7670a 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c 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 a4c66f4..63ead4c 100644 --- a/lib/am/Makefile.in +++ b/lib/am/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c 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 2ac2857..8c71d23 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c 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 6e6b1f9..d1c9982 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.9b' +[am__api_version='1.9c' 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.9b], [], +m4_if([$1], [1.9c], [], [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.9b])dnl +[AM_AUTOMAKE_VERSION([1.9c])dnl _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) diff --git a/tests/Makefile.in b/tests/Makefile.in index fe0c982..f1db03d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9b from Makefile.am. +# Makefile.in generated by automake 1.9c from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,