From a51a2ab1bf7c288293e5785e155c4fac9584f338 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 1 Nov 2004 10:56:14 +0000 Subject: [PATCH] * configure.ac, NEWS: Bump version to 1.9.3. --- ChangeLog | 2 ++ Makefile.in | 3 +-- NEWS | 38 +++++++++++++++++++++++++++++++++++++- aclocal.m4 | 2 +- configure | 20 ++++++++++---------- configure.ac | 2 +- doc/Makefile.in | 2 +- doc/stamp-vti | 4 ++-- doc/version.texi | 4 ++-- 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 | 2 +- tests/Makefile.in | 3 +-- 16 files changed, 64 insertions(+), 28 deletions(-) diff --git a/ChangeLog b/ChangeLog index c97a730a9..ca9ff05f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-11-01 Alexandre Duret-Lutz + * configure.ac, NEWS: Bump version to 1.9.3. + * lib/config.guess, lib/texinfo.tex: New upstream versions. * doc/automake.texi (LIBOBJS): Spelling and grammar corrections diff --git a/Makefile.in b/Makefile.in index bfdf74c0c..efe9303cb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -92,7 +92,6 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ FGREP = @FGREP@ -GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ diff --git a/NEWS b/NEWS index 4c51218cc..15601064c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,42 @@ -Bugs fixed in 1.9.2a: +Bugs fixed in 1.9.3: + +* Bug introduced by 1.9: + + - Dependency tracking using mode "dashmstdout" or "dashXmstdout" did + not work for libtool objects compiled with --tag (i.e., compiled + with Libtool 1.5 or later). The compilation would succeed, but + `depcomp' would emit a warning and not output any dependency + information. + +* Long standing bugs: + + - Ignore comments from augmented variables, so that + FOO = foo # bar + FOO += baz + no longer results in `FOO = foo # bar baz'. + + - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'. + + - _PROGRAMS now always create programs. Before 1.9 it would + mistakenly create a libtool library if the name of the program + ended in `.la'. Between 1.9 and 1.9.2 a program with such a name + would fail to build because half the code was assuming a program + was being built, while the other half was considering a library... + + - `compile' now handles `*.obj' objects. + + - `aclocal' recognizes AC_DEFUN_ONCE. + +* Noteworthy manual updates: + + - LIBOBJS: more documentation and an example setup. + - Libtool Convenience Libraries: show how to force the linker selection. + - Extending: more comments about install-data-hook vs install-exec-hook. + - Clean: document -local targets. + Bugs fixed in 1.9.2 (10th anniversary release): + * Sort rm commands output for mostlyclean-generic, clean-generic, distclean-generic and maintainer-clean-generic, so that the produced Makefile is not sensitive to the way Perl sorts its hashes. diff --git a/aclocal.m4 b/aclocal.m4 index 2312864dc..98f3cf0dd 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.9.2a -*- Autoconf -*- +# generated automatically by aclocal 1.9.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. diff --git a/configure b/configure index 0974627dd..0ef46c767 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.59 for GNU Automake 1.9.2a. +# Generated by GNU Autoconf 2.59 for GNU Automake 1.9.3. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Automake' PACKAGE_TARNAME='automake' -PACKAGE_VERSION='1.9.2a' -PACKAGE_STRING='GNU Automake 1.9.2a' +PACKAGE_VERSION='1.9.3' +PACKAGE_STRING='GNU Automake 1.9.3' PACKAGE_BUGREPORT='bug-automake@gnu.org' ac_unique_file="automake.in" @@ -723,7 +723,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.9.2a to adapt to many kinds of systems. +\`configure' configures GNU Automake 1.9.3 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.9.2a:";; + short | recursive ) echo "Configuration of GNU Automake 1.9.3:";; esac cat <<\_ACEOF @@ -888,7 +888,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GNU Automake configure 1.9.2a +GNU Automake configure 1.9.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -902,7 +902,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.9.2a, which was +It was created by GNU Automake $as_me 1.9.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1587,7 +1587,7 @@ fi # Define the identity of the package. PACKAGE='automake' - VERSION='1.9.2a' + VERSION='1.9.3' cat >>confdefs.h <<_ACEOF @@ -2379,7 +2379,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Automake $as_me 1.9.2a, which was +This file was extended by GNU Automake $as_me 1.9.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2434,7 +2434,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Automake config.status 1.9.2a +GNU Automake config.status 1.9.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 4637b684a..10dc870b6 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl (abs_top_builddir is used in tests/automake.in). Note that dnl this is a requirement for the Automake package itself. dnl Automake users can still use Autoconf 2.58. AC_PREREQ(2.58a) -AC_INIT([GNU Automake], [1.9.2a], [bug-automake@gnu.org]) +AC_INIT([GNU Automake], [1.9.3], [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 8307c38fc..3a2c5bcdd 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 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 f5d8bbf41..009a93001 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ @set UPDATED 1 November 2004 @set UPDATED-MONTH November 2004 -@set EDITION 1.9.2a -@set VERSION 1.9.2a +@set EDITION 1.9.3 +@set VERSION 1.9.3 diff --git a/doc/version.texi b/doc/version.texi index f5d8bbf41..009a93001 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 1 November 2004 @set UPDATED-MONTH November 2004 -@set EDITION 1.9.2a -@set VERSION 1.9.2a +@set EDITION 1.9.3 +@set VERSION 1.9.3 diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in index 4b9c151b9..f55d43fef 100644 --- a/lib/Automake/Makefile.in +++ b/lib/Automake/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 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 c81fbc596..aea4bd96d 100644 --- a/lib/Automake/tests/Makefile.in +++ b/lib/Automake/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 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 0bbcf65b4..eb8e63337 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 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 48f8f395c..116ee32f3 100644 --- a/lib/am/Makefile.in +++ b/lib/am/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 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 23a9c805d..df875205d 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 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 95501e376..d4be46f98 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -27,4 +27,4 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) # 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.9.2a])]) + [AM_AUTOMAKE_VERSION([1.9.3])]) diff --git a/tests/Makefile.in b/tests/Makefile.in index f8955ead6..a8620aea8 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.2a from Makefile.am. +# Makefile.in generated by automake 1.9.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -66,7 +66,6 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ FGREP = @FGREP@ -GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -- 2.11.4.GIT