2005-02-13 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * configure.ac, NEWS: Bump version to 1.9.5.
Index: Makefile.in =================================================================== RCS file: /cvs/automake/automake/Makefile.in,v retrieving revision 1.500.2.14 diff -u -r1.500.2.14 Makefile.in --- Makefile.in 27 Jan 2005 09:32:21 -0000 1.500.2.14 +++ Makefile.in 12 Feb 2005 23:03:56 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: NEWS =================================================================== RCS file: /cvs/automake/automake/NEWS,v retrieving revision 1.283.2.11 diff -u -r1.283.2.11 NEWS --- NEWS 1 Jan 2005 12:29:00 -0000 1.283.2.11 +++ NEWS 12 Feb 2005 23:03:56 -0000 @@ -1,4 +1,41 @@ -Bugs fixed in 1.9.4a: +Bugs fixed in 1.9.5: + +* Longstanding bugs: + + - All m4 files have been relicensed under an all-permissive license. + + Previously they used a GPL license, and an all-permissive license + was prepended when they were copied into aclocal.m4, leading to + some confusion. + + - aclocal now recognizes AU_ALIAS. + + - Improve support for `make -k', it didn't work on cygwin. + + - Fix the definition of FCLINK for preprocessed Fortran. + + - Fixes for auxiliary scripts: + + - depcomp's tru64 mode did not work while compiling libtool libraries + with static libraries disabled. + + - mdate-sh now copes with Darwin's non-standard ls output. + + - missing properly emulates makeinfo when neither -o nor + @setfilename are used. + + - Don't output long variable definitions. Automake normally tries + to output variable definitions as they are input, bug very long + lines in Makefile.in can break some sed and make implementations + with a limited line length. If a line in a variable definition is + longer than 1000 characters, automake will wrap the definition + around 80 columns. Other definitions are still output untouched. + +* Noteworthy manual updates: + + - Hard-Coded Install Paths: New FAQ entry. + + - How the Linker is Chosen: Rewritten. Bugs fixed in 1.9.4: Index: aclocal.m4 =================================================================== RCS file: /cvs/automake/automake/aclocal.m4,v retrieving revision 1.135.2.10 diff -u -r1.135.2.10 aclocal.m4 --- aclocal.m4 9 Jan 2005 14:46:37 -0000 1.135.2.10 +++ aclocal.m4 12 Feb 2005 23:03:56 -0000 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.9.4a -*- Autoconf -*- +# generated automatically by aclocal 1.9.5 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005 Free Software Foundation, Inc. Index: configure =================================================================== RCS file: /cvs/automake/automake/configure,v retrieving revision 1.192.2.13 diff -u -r1.192.2.13 configure --- configure 27 Jan 2005 09:32:22 -0000 1.192.2.13 +++ configure 12 Feb 2005 23:03:57 -0000 @@ -1,11 +1,11 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59c for GNU Automake 1.9.4a. +# Generated by GNU Autoconf 2.59c for GNU Automake 1.9.5. # # Report bugs to <bug-automake@gnu.org>. # -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## @@ -137,45 +137,52 @@ fi if test $as_have_required = yes && (eval ": -(func_return () { +(as_func_return () { (exit \$1) } -func_success () { - func_return 0 +as_func_success () { + as_func_return 0 } -func_failure () { - func_return 1 +as_func_failure () { + as_func_return 1 } -func_ret_success () { +as_func_ret_success () { return 0 } -func_ret_failure () { +as_func_ret_failure () { return 1 } exitcode=0 -if func_success; then +if as_func_success; then : else exitcode=1 - echo func_failure succeeded. + echo as_func_failure succeeded. fi -if func_failure; then +if as_func_failure; then exitcode=1 - echo func_success failed. + echo as_func_success failed. fi -if func_ret_success; then +if as_func_ret_success; then : else exitcode=1 - echo func_ret_success failed. + echo as_func_ret_success failed. fi -if func_ret_failure; then +if as_func_ret_failure; then exitcode=1 - echo func_ret_failure succeeded. + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. fi test \$exitcode = 0) || { (exit 1); exit 1; } @@ -183,9 +190,8 @@ ( as_lineno_1=\$LINENO as_lineno_2=\$LINENO - as_lineno_3=\`(expr \$as_lineno_1 + 1) 2>/dev/null\` test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && - test \"x\$as_lineno_3\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } ") 2> /dev/null; then : else @@ -241,45 +247,52 @@ DUALCASE=1; export DUALCASE # for MKS sh : -(func_return () { +(as_func_return () { (exit $1) } -func_success () { - func_return 0 +as_func_success () { + as_func_return 0 } -func_failure () { - func_return 1 +as_func_failure () { + as_func_return 1 } -func_ret_success () { +as_func_ret_success () { return 0 } -func_ret_failure () { +as_func_ret_failure () { return 1 } exitcode=0 -if func_success; then +if as_func_success; then : else exitcode=1 - echo func_failure succeeded. + echo as_func_failure succeeded. fi -if func_failure; then +if as_func_failure; then exitcode=1 - echo func_success failed. + echo as_func_success failed. fi -if func_ret_success; then +if as_func_ret_success; then : else exitcode=1 - echo func_ret_success failed. + echo as_func_ret_success failed. fi -if func_ret_failure; then +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else exitcode=1 - echo func_ret_failure succeeded. + echo positional parameters were not saved. fi test $exitcode = 0) || { (exit 1); exit 1; } @@ -287,9 +300,8 @@ ( as_lineno_1=$LINENO as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2") || { (exit 1); exit 1; } + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } _ASEOF }; then @@ -324,45 +336,52 @@ -(eval "func_return () { +(eval "as_func_return () { (exit \$1) } -func_success () { - func_return 0 +as_func_success () { + as_func_return 0 } -func_failure () { - func_return 1 +as_func_failure () { + as_func_return 1 } -func_ret_success () { +as_func_ret_success () { return 0 } -func_ret_failure () { +as_func_ret_failure () { return 1 } exitcode=0 -if func_success; then +if as_func_success; then : else exitcode=1 - echo func_failure succeeded. + echo as_func_failure succeeded. fi -if func_failure; then +if as_func_failure; then exitcode=1 - echo func_success failed. + echo as_func_success failed. fi -if func_ret_success; then +if as_func_ret_success; then : else exitcode=1 - echo func_ret_success failed. + echo as_func_ret_success failed. fi -if func_ret_failure; then +if as_func_ret_failure; then exitcode=1 - echo func_ret_failure succeeded. + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. fi test \$exitcode = 0") || { @@ -376,9 +395,8 @@ as_lineno_1=$LINENO as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a @@ -487,13 +505,13 @@ $as_unset CDPATH +exec </dev/null 6>&1 + # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` -exec 6>&1 - # # Initializations. # @@ -513,12 +531,86 @@ # Identity of this package. PACKAGE_NAME='GNU Automake' PACKAGE_TARNAME='automake' -PACKAGE_VERSION='1.9.4a' -PACKAGE_STRING='GNU Automake 1.9.4a' +PACKAGE_VERSION='1.9.5' +PACKAGE_STRING='GNU Automake 1.9.5' PACKAGE_BUGREPORT='bug-automake@gnu.org' ac_unique_file="automake.in" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datarootdir datadir sysconfdir sharedstatedir localstatedir includedir oldincludedir docdir infodir htmldir dvidir pdfdir psdir libdir localedir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os am_AUTOCONF INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar APIVERSION pkgvdatadir PERL TEX LN MODIFICATION_DELAY GREP EGREP FGREP LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL +PATH_SEPARATOR +PACKAGE_NAME +PACKAGE_TARNAME +PACKAGE_VERSION +PACKAGE_STRING +PACKAGE_BUGREPORT +exec_prefix +prefix +program_transform_name +bindir +sbindir +libexecdir +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +build_alias +host_alias +target_alias +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build +build_cpu +build_vendor +build_os +am_AUTOCONF +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +CYGPATH_W +PACKAGE +VERSION +ACLOCAL +AUTOCONF +AUTOMAKE +AUTOHEADER +MAKEINFO +install_sh +STRIP +ac_ct_STRIP +INSTALL_STRIP_PROGRAM +mkdir_p +AWK +SET_MAKE +am__leading_dot +AMTAR +am__tar +am__untar +APIVERSION +pkgvdatadir +PERL +TEX +LN +MODIFICATION_DELAY +GREP +EGREP +FGREP +LIBOBJS +LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1010,7 +1102,7 @@ # 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.4a to adapt to many kinds of systems. +\`configure' configures GNU Automake 1.9.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1082,12 +1174,13 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Automake 1.9.4a:";; + short | recursive ) echo "Configuration of GNU Automake 1.9.5:";; esac cat <<\_ACEOF Report bugs to <bug-automake@gnu.org>. _ACEOF +ac_status=$? fi if test "$ac_init_help" = "recursive"; then @@ -1160,44 +1253,44 @@ esac;; esac - cd $ac_dir + cd $ac_dir || { ac_status=$?; continue; } # Check for guested configure; otherwise get Cygnus style configure. if test -f $ac_srcdir/configure.gnu; then - echo + echo && $SHELL $ac_srcdir/configure.gnu --help=recursive elif test -f $ac_srcdir/configure; then - echo + echo && $SHELL $ac_srcdir/configure --help=recursive elif test -f $ac_srcdir/configure.ac || test -f $ac_srcdir/configure.in; then - echo + echo && $ac_configure --help else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi - cd "$ac_popdir" + fi || ac_status=$? + cd "$ac_popdir" || { ac_status=$?; break; } done fi -test -n "$ac_init_help" && exit 0 +test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Automake configure 1.9.4a +GNU Automake configure 1.9.5 generated by GNU Autoconf 2.59c -Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, -2003, 2004 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF - exit 0 + exit fi exec 5>config.log 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.4a, which was +It was created by GNU Automake $as_me 1.9.5, which was generated by GNU Autoconf 2.59c. Invocation command line was $ $0 $@ @@ -1221,7 +1314,7 @@ /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -hostinfo = `(hostinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` @@ -1885,7 +1978,7 @@ # Define the identity of the package. PACKAGE='automake' - VERSION='1.9.4a' + VERSION='1.9.5' cat >>confdefs.h <<_ACEOF @@ -2282,9 +2375,10 @@ { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP -if "$ac_path_GREP" --version 2>&1 < /dev/null | grep 'GNU' >/dev/null; then - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=: -else +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" while : @@ -2304,8 +2398,8 @@ # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done - rm -f conftest.* -fi + rm -f conftest.*;; +esac $ac_path_GREP_found && break 3 @@ -2340,7 +2434,7 @@ if test "${ac_cv_path_EGREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1 + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else # Extract the first word of "egrep" to use in msg output @@ -2363,9 +2457,10 @@ { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP -if "$ac_path_EGREP" --version 2>&1 < /dev/null | grep 'GNU' >/dev/null; then - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=: -else +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" while : @@ -2385,8 +2480,8 @@ # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done - rm -f conftest.* -fi + rm -f conftest.*;; +esac $ac_path_EGREP_found && break 3 @@ -2422,7 +2517,7 @@ if test "${ac_cv_path_FGREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - if echo 'ab*c' | ($GREP -F 'ab*c') >/dev/null 2>&1 + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else # Extract the first word of "fgrep" to use in msg output @@ -2445,9 +2540,10 @@ { test -f "$ac_path_FGREP" && $as_executable_p "$ac_path_FGREP"; } || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP -if "$ac_path_FGREP" --version 2>&1 < /dev/null | grep 'GNU' >/dev/null; then - ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=: -else +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" while : @@ -2467,8 +2563,8 @@ # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done - rm -f conftest.* -fi + rm -f conftest.*;; +esac $ac_path_FGREP_found && break 3 @@ -2774,9 +2870,8 @@ as_lineno_1=$LINENO as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a @@ -2899,7 +2994,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Automake $as_me 1.9.4a, which was +This file was extended by GNU Automake $as_me 1.9.5, which was generated by GNU Autoconf 2.59c. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2954,11 +3049,11 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Automake config.status 1.9.4a +GNU Automake config.status 1.9.5 configured by $0, generated by GNU Autoconf 2.59c, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2004 Free Software Foundation, Inc. +Copyright (C) 2005 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." srcdir=$srcdir @@ -2995,7 +3090,7 @@ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --vers* | -V ) - echo "$ac_cs_version"; exit 0 ;; + echo "$ac_cs_version"; exit ;; --he | --h) # Conflict between --help and --header { { echo "$as_me:$LINENO: error: ambiguous option: $1 @@ -3004,7 +3099,7 @@ Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; };; --help | --hel | -h ) - echo "$ac_cs_usage"; exit 0 ;; + echo "$ac_cs_usage"; exit ;; --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) Index: configure.ac =================================================================== RCS file: /cvs/automake/automake/configure.ac,v retrieving revision 1.20.2.11 diff -u -r1.20.2.11 configure.ac --- configure.ac 18 Dec 2004 19:13:11 -0000 1.20.2.11 +++ configure.ac 12 Feb 2005 23:03:57 -0000 @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify @@ -24,7 +24,7 @@ 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.4a], [EMAIL PROTECTED]) +AC_INIT([GNU Automake], [1.9.5], [EMAIL PROTECTED]) AC_CONFIG_SRCDIR(automake.in) AC_CONFIG_AUX_DIR(lib) Index: doc/Makefile.in =================================================================== RCS file: /cvs/automake/automake/doc/Makefile.in,v retrieving revision 1.37.2.12 diff -u -r1.37.2.12 Makefile.in --- doc/Makefile.in 9 Jan 2005 14:46:37 -0000 1.37.2.12 +++ doc/Makefile.in 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: doc/stamp-vti =================================================================== RCS file: /cvs/automake/automake/doc/stamp-vti,v retrieving revision 1.57.2.34 diff -u -r1.57.2.34 stamp-vti --- doc/stamp-vti 12 Feb 2005 21:24:47 -0000 1.57.2.34 +++ doc/stamp-vti 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ @set UPDATED 12 February 2005 @set UPDATED-MONTH February 2005 [EMAIL PROTECTED] EDITION 1.9.4a [EMAIL PROTECTED] VERSION 1.9.4a [EMAIL PROTECTED] EDITION 1.9.5 [EMAIL PROTECTED] VERSION 1.9.5 Index: doc/version.texi =================================================================== RCS file: /cvs/automake/automake/doc/version.texi,v retrieving revision 1.57.2.34 diff -u -r1.57.2.34 version.texi --- doc/version.texi 12 Feb 2005 21:24:47 -0000 1.57.2.34 +++ doc/version.texi 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ @set UPDATED 12 February 2005 @set UPDATED-MONTH February 2005 [EMAIL PROTECTED] EDITION 1.9.4a [EMAIL PROTECTED] VERSION 1.9.4a [EMAIL PROTECTED] EDITION 1.9.5 [EMAIL PROTECTED] VERSION 1.9.5 Index: lib/Makefile.in =================================================================== RCS file: /cvs/automake/automake/lib/Makefile.in,v retrieving revision 1.112.2.13 diff -u -r1.112.2.13 Makefile.in --- lib/Makefile.in 27 Jan 2005 09:32:23 -0000 1.112.2.13 +++ lib/Makefile.in 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: lib/Automake/Makefile.in =================================================================== RCS file: /cvs/automake/automake/lib/Automake/Makefile.in,v retrieving revision 1.123.2.13 diff -u -r1.123.2.13 Makefile.in --- lib/Automake/Makefile.in 27 Jan 2005 09:32:24 -0000 1.123.2.13 +++ lib/Automake/Makefile.in 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: lib/Automake/tests/Makefile.in =================================================================== RCS file: /cvs/automake/automake/lib/Automake/tests/Makefile.in,v retrieving revision 1.53.2.12 diff -u -r1.53.2.12 Makefile.in --- lib/Automake/tests/Makefile.in 9 Jan 2005 14:46:37 -0000 1.53.2.12 +++ lib/Automake/tests/Makefile.in 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: lib/am/Makefile.in =================================================================== RCS file: /cvs/automake/automake/lib/am/Makefile.in,v retrieving revision 1.100.2.12 diff -u -r1.100.2.12 Makefile.in --- lib/am/Makefile.in 9 Jan 2005 14:46:37 -0000 1.100.2.12 +++ lib/am/Makefile.in 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: m4/Makefile.in =================================================================== RCS file: /cvs/automake/automake/m4/Makefile.in,v retrieving revision 1.258.2.12 diff -u -r1.258.2.12 Makefile.in --- m4/Makefile.in 9 Jan 2005 14:46:37 -0000 1.258.2.12 +++ m4/Makefile.in 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Index: m4/amversion.m4 =================================================================== RCS file: /cvs/automake/automake/m4/amversion.m4,v retrieving revision 1.19.2.10 diff -u -r1.19.2.10 amversion.m4 --- m4/amversion.m4 9 Jan 2005 14:46:38 -0000 1.19.2.10 +++ m4/amversion.m4 12 Feb 2005 23:03:57 -0000 @@ -17,4 +17,4 @@ # 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.4a])]) + [AM_AUTOMAKE_VERSION([1.9.5])]) Index: tests/Makefile.in =================================================================== RCS file: /cvs/automake/automake/tests/Makefile.in,v retrieving revision 1.733.2.24 diff -u -r1.733.2.24 Makefile.in --- tests/Makefile.in 12 Feb 2005 11:43:00 -0000 1.733.2.24 +++ tests/Makefile.in 12 Feb 2005 23:03:57 -0000 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.4a from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -- Alexandre Duret-Lutz