]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Version 1.10.3. v1.10.3
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 6 Dec 2009 16:38:03 +0000 (17:38 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Dec 2009 19:36:30 +0000 (20:36 +0100)
* configure.ac, NEWS: Bump version to 1.10.3.
* doc/automake.texi (Releases): Add line for 1.10.3.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15 files changed:
ChangeLog
Makefile.in
NEWS
aclocal.m4
configure
configure.ac
doc/Makefile.in
doc/automake.texi
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
m4/amversion.m4
tests/Makefile.in

index e47647a24354def407274523e798fd798507ab6d..4c03f17bad110d7385d4b9f18cceabaa58d0fd60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-12-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * configure.ac, NEWS: Bump version to 1.10.3.
+       * doc/automake.texi (Releases): Add line for 1.10.3.
+
        * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub,
        lib/texinfo.tex: Sync from upstream.
 
index 1341798c729b9aa0f4c40e00d215c1e5cc83cd27..6d0c444b31e9a6bcfaa074bb62679b5f6e0b57ba 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/NEWS b/NEWS
index c2ecc134d8e8baf323e87ab567016642810392bc..8e433186db3d5229c890c91da10a58cc1616d58f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-New in 1.10.2a:
+New in 1.10.3:
 
   - The `gnupload' script has been revamped.
 
   - The `depcomp' and `compile' scripts now work with MSVC under MSYS.
 
-Bugs fixed in 1.10.2a:
+Bugs fixed in 1.10.3:
 
 * Long standing bugs:
 
index a060ac847ed4ee284f37dfb8cbdc118066ab5657..e4ce43281c9a20692fa3520f15bddcdb11acc512 100644 (file)
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.10.2a -*- Autoconf -*-
+# generated automatically by aclocal 1.10.3 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
index 9618903416fb4dce26ae5b8000fc2f6a492896fb..86348aa41d82383db10325d492939331a48fee73 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for GNU Automake 1.10.2a.
+# Generated by GNU Autoconf 2.65 for GNU Automake 1.10.3.
 #
 # Report bugs to <bug-automake@gnu.org>.
 #
@@ -552,8 +552,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Automake'
 PACKAGE_TARNAME='automake'
-PACKAGE_VERSION='1.10.2a'
-PACKAGE_STRING='GNU Automake 1.10.2a'
+PACKAGE_VERSION='1.10.3'
+PACKAGE_STRING='GNU Automake 1.10.3'
 PACKAGE_BUGREPORT='bug-automake@gnu.org'
 PACKAGE_URL='http://www.gnu.org/software/automake/'
 
@@ -1183,7 +1183,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.2a to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.10.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1252,7 +1252,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Automake 1.10.2a:";;
+     short | recursive ) echo "Configuration of GNU Automake 1.10.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1321,7 +1321,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Automake configure 1.10.2a
+GNU Automake configure 1.10.3
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1338,7 +1338,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.2a, which was
+It was created by GNU Automake $as_me 1.10.3, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -2167,7 +2167,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='automake'
- VERSION='1.10.2a'
+ VERSION='1.10.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3178,7 +3178,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.2a, which was
+This file was extended by GNU Automake $as_me 1.10.3, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3233,7 +3233,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNU Automake config.status 1.10.2a
+GNU Automake config.status 1.10.3
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"
 
index 920b357700ff6d800474f2ac4e6a0f68021885a8..cd47d7004821620d21628762a73338af6cce459b 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006,
-# 2004, 2006, 2007, 2008  Free Software Foundation, Inc.
+# 2004, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 
 dnl Require Autoconf 2.60 for AC_REQUIRE_AUX_FILE.
 AC_PREREQ(2.60)
-AC_INIT([GNU Automake], [1.10.2a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.10.3], [bug-automake@gnu.org])
 
 AC_CONFIG_SRCDIR(automake.in)
 AC_CONFIG_AUX_DIR(lib)
index 54c0456ff40cfc61eb26ece889c173de5e85d484..d531659b62991f03a673544b0c78380fb8a1565e 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index f0d0fa6b7c180cb4037fe9e0c7125fa498ae272f..81ba6cbfbc31c86145114b91f73d8399988ff926 100644 (file)
@@ -12017,6 +12017,7 @@ parentheses is the number of generated test cases.
 @item 2006-10-15 @tab 1.10   @tab 7859 @tab 1072 @tab 8024 @tab 3512 (40) @tab 1496 (34) @tab 172 @tab 604
 @item 2008-01-19 @tab 1.10.1 @tab 7870 @tab 1089 @tab 8025 @tab 3520 (40) @tab 1499 (34) @tab 173 @tab 617
 @item 2008-11-23 @tab 1.10.2 @tab 7882 @tab 1089 @tab 8027 @tab 3540 (40) @tab 1509 (34) @tab 176 @tab 628
+@item 2009-12-07 @tab 1.10.3 @tab 7892 @tab 1089 @tab 8027 @tab 3566 (40) @tab 1535 (34) @tab 174 @tab 636
 @end multitable
 
 
index d3bf482d846b47a121956e42f6c6f66ad0085c84..bdf5f19f2da22db852695c24a2f7a4fe900f174c 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index 1a2d65e9d6b6d3f080e1fbd9691606728d792c72..da1419eaac635a1907ed03f4365485885704dd62 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index 6881f4703e95d616fcf14491a8f6cb5594e46c87..a6917ee47241d9a5de416dc8448a3327fab5782c 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index eebe8cbfccd2e150388dabf05ffbbf64a5e401d7..5e8a79adc10585ccd4e3631b4d6d20e51514e460 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index 8fc07c690cd1dea13ce2e8ada8f038d3cc751ac4..bdfb2689c96868c78a0307f6009032562fbfc358 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
index a2b1184cc1395f3a90efbb495176975b26d977ca..2ef596ec19051e7424eca91f9b670406baa32046 100644 (file)
@@ -15,7 +15,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.10'
 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.2a], [],
+m4_if([$1], [1.10.3], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -31,7 +31,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.10.2a])dnl
+[AM_AUTOMAKE_VERSION([1.10.3])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
index 66f1f0cd632988b415bf4ce49aa8e716e75a613c..fd3f98e413956998a2add1585b50d0aa5f6c338a 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2a from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,