From: Alexandre Duret-Lutz Date: Sun, 28 Jul 2002 19:32:38 +0000 (+0000) Subject: * configure.in: Bump version to 1.6c. X-Git-Tag: Release-1-6d~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90001a8e1eb03be81461f9d70bda277ef6e2ca03;p=thirdparty%2Fautomake.git * configure.in: Bump version to 1.6c. --- diff --git a/ChangeLog b/ChangeLog index 4dfe17702..70beead8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-07-28 Alexandre Duret-Lutz + * configure.in: Bump version to 1.6c. + * configure.in: Bump version to 1.6b. * lib/config.guess, lib/config.sub, lib/Automake/XFile.pm: New upstream versions. diff --git a/Makefile.in b/Makefile.in index f06100f99..a21e40f08 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6b from Makefile.am. +# Makefile.in generated by automake 1.6c from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/aclocal.m4 b/aclocal.m4 index 6b8729ee8..c340c2632 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# aclocal.m4t generated automatically by aclocal 1.6b -*- Autoconf -*- +# aclocal.m4t generated automatically by aclocal 1.6c -*- Autoconf -*- # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -143,14 +143,14 @@ echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. -AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6b"]) +AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6c"]) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.6b])]) + [AM_AUTOMAKE_VERSION([1.6c])]) # Helper functions for option handling. -*- Autoconf -*- diff --git a/configure b/configure index e610c8351..340fc68c0 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.53c for GNU Automake 1.6b. +# Generated by GNU Autoconf 2.53c for GNU Automake 1.6c. # # Report bugs to . # @@ -275,8 +275,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Automake' PACKAGE_TARNAME='automake' -PACKAGE_VERSION='1.6b' -PACKAGE_STRING='GNU Automake 1.6b' +PACKAGE_VERSION='1.6c' +PACKAGE_STRING='GNU Automake 1.6c' PACKAGE_BUGREPORT='bug-automake@gnu.org' ac_unique_file="automake.in" @@ -726,7 +726,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.6b to adapt to many kinds of systems. +\`configure' configures GNU Automake 1.6c to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -788,7 +788,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Automake 1.6b:";; + short | recursive ) echo "Configuration of GNU Automake 1.6c:";; esac cat <<\_ACEOF @@ -855,7 +855,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GNU Automake configure 1.6b +GNU Automake configure 1.6c generated by GNU Autoconf 2.53c Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -870,7 +870,7 @@ cat >&5 <<_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.6b, which was +It was created by GNU Automake $as_me 1.6c, which was generated by GNU Autoconf 2.53c. Invocation command line was $ $0 $@ @@ -1207,7 +1207,7 @@ ac_config_sub="$SHELL $ac_aux_dir/config.sub" ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. -am__api_version="1.6b" +am__api_version="1.6c" # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: @@ -1436,7 +1436,7 @@ fi # Define the identity of the package. PACKAGE=automake - VERSION=1.6b + VERSION=1.6c cat >>confdefs.h <<_ACEOF @@ -2076,7 +2076,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Automake $as_me 1.6b, which was +This file was extended by GNU Automake $as_me 1.6c, which was generated by GNU Autoconf 2.53c. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2130,7 +2130,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Automake config.status 1.6b +GNU Automake config.status 1.6c configured by $0, generated by GNU Autoconf 2.53c, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 1a1891ed0..44ec7d2f4 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ # 02111-1307, USA. AC_PREREQ(2.52b) -AC_INIT([GNU Automake], [1.6b], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.6c], [bug-automake@gnu.org]) AC_CONFIG_SRCDIR(automake.in) AC_CONFIG_AUX_DIR(lib) diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in index e62a1e72c..be8672add 100644 --- a/lib/Automake/Makefile.in +++ b/lib/Automake/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6b from Makefile.am. +# Makefile.in generated by automake 1.6c from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/lib/Makefile.in b/lib/Makefile.in index c0ab0c815..e68120b05 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6b from Makefile.am. +# Makefile.in generated by automake 1.6c from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/lib/am/Makefile.in b/lib/am/Makefile.in index 4e6739a84..8323d333d 100644 --- a/lib/am/Makefile.in +++ b/lib/am/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6b from Makefile.am. +# Makefile.in generated by automake 1.6c from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/m4/Makefile.in b/m4/Makefile.in index c56c9979a..2b2a5c5d0 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6b from Makefile.am. +# Makefile.in generated by automake 1.6c from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/stamp-vti b/stamp-vti index ecb731949..781d4ea78 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ @set UPDATED 21 July 2002 @set UPDATED-MONTH July 2002 -@set EDITION 1.6b -@set VERSION 1.6b +@set EDITION 1.6c +@set VERSION 1.6c diff --git a/tests/Makefile.in b/tests/Makefile.in index 956941ff5..792ec3fe3 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6b from Makefile.am. +# Makefile.in generated by automake 1.6c from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 diff --git a/version.texi b/version.texi index ecb731949..781d4ea78 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ @set UPDATED 21 July 2002 @set UPDATED-MONTH July 2002 -@set EDITION 1.6b -@set VERSION 1.6b +@set EDITION 1.6c +@set VERSION 1.6c