summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-04-23 20:21:44 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-04-23 20:21:44 +0000
commitfb8a40002f80462c70fc728ccf5035d6ba24baea (patch)
treeae500b9bf81f061e2a3ad9c93aaa05250cda39d8
parentd1ac1d47884bce77259cd94a0eef31b12471036d (diff)
downloadautomake-fb8a40002f80462c70fc728ccf5035d6ba24baea.tar.gz
* configure.in, NEWS: Bump version to 1.7.3.
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
-rw-r--r--NEWS4
-rw-r--r--aclocal.m44
-rwxr-xr-xconfigure20
-rw-r--r--configure.in2
-rw-r--r--lib/Automake/Makefile.in2
-rw-r--r--lib/Makefile.in2
-rw-r--r--lib/am/Makefile.in2
-rw-r--r--m4/Makefile.in2
-rw-r--r--stamp-vti4
-rw-r--r--tests/Makefile.in2
-rw-r--r--version.texi4
13 files changed, 27 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index cb99afe02..d1f869844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-04-23 Alexandre Duret-Lutz <adl@gnu.org>
+ * configure.in, NEWS: Bump version to 1.7.3.
+
* lib/texinfo.tex: New upstream version.
2003-04-19 Alexandre Duret-Lutz <adl@gnu.org>
diff --git a/Makefile.in b/Makefile.in
index 5db73d8c6..4c58a371e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.3c from Makefile.am.
+# Makefile.in generated by automake 1.7.4 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/NEWS b/NEWS
index b675aba50..67e7d328f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Bugs fixed in 1.7.3b:
+Bugs fixed in 1.7.3:
* Tweak the TAGS rule to support Exuberant Ctags (in addition to
the Emacs implementation)
* Fix output of aclocal.m4 dependencies in subdirectories.
@@ -8,10 +8,10 @@ Bugs fixed in 1.7.3b:
(this documented feature was broken by 1.7.3)
* Diagnose trailing backslashes on last line of Makefile.am.
* Diagnose whitespace following trailing backslashes.
-* Minor documentation fixes.
* Multiple tests are now correctly supported in DEJATOOL. (PR/388)
* Fix rebuilt rules for AC_CONFIG_FILES([Makefile:Makefile.in:Makefile.bot])
Makefiles. (PR/389)
+* Minor documentation fixes.
Bugs fixed in 1.7.3:
* Fix stamp files numbering (when using multiple AC_CONFIG_HEADERS).
diff --git a/aclocal.m4 b/aclocal.m4
index 6b175b53e..e684a6a3a 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.7.3c -*- Autoconf -*-
+# generated automatically by aclocal 1.7.4 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@@ -163,7 +163,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
# 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.7.3c])])
+ [AM_AUTOMAKE_VERSION([1.7.4])])
# Helper functions for option handling. -*- Autoconf -*-
diff --git a/configure b/configure
index e8d6c2fa6..30f036af0 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.57 for GNU Automake 1.7.3c.
+# Generated by GNU Autoconf 2.57 for GNU Automake 1.7.4.
#
# Report bugs to <bug-automake@gnu.org>.
#
@@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='GNU Automake'
PACKAGE_TARNAME='automake'
-PACKAGE_VERSION='1.7.3c'
-PACKAGE_STRING='GNU Automake 1.7.3c'
+PACKAGE_VERSION='1.7.4'
+PACKAGE_STRING='GNU Automake 1.7.4'
PACKAGE_BUGREPORT='bug-automake@gnu.org'
ac_unique_file="automake.in"
@@ -722,7 +722,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.7.3c to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.7.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -784,7 +784,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Automake 1.7.3c:";;
+ short | recursive ) echo "Configuration of GNU Automake 1.7.4:";;
esac
cat <<\_ACEOF
@@ -851,7 +851,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU Automake configure 1.7.3c
+GNU Automake configure 1.7.4
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -866,7 +866,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.7.3c, which was
+It was created by GNU Automake $as_me 1.7.4, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1483,7 +1483,7 @@ fi
# Define the identity of the package.
PACKAGE='automake'
- VERSION='1.7.3c'
+ VERSION='1.7.4'
cat >>confdefs.h <<_ACEOF
@@ -2186,7 +2186,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU Automake $as_me 1.7.3c, which was
+This file was extended by GNU Automake $as_me 1.7.4, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2241,7 +2241,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU Automake config.status 1.7.3c
+GNU Automake config.status 1.7.4
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index 84cc9f8fa..2cb4d06ef 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@
# 02111-1307, USA.
AC_PREREQ(2.54)
-AC_INIT([GNU Automake], [1.7.3c], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.7.4], [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 5d7192f83..96f813a48 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.3c from Makefile.am.
+# Makefile.in generated by automake 1.7.4 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 14c27e590..66124e8fe 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.3c from Makefile.am.
+# Makefile.in generated by automake 1.7.4 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/lib/am/Makefile.in b/lib/am/Makefile.in
index c69beaee2..15056920f 100644
--- a/lib/am/Makefile.in
+++ b/lib/am/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.3c from Makefile.am.
+# Makefile.in generated by automake 1.7.4 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 1f9c901a4..30b38be5a 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.3c from Makefile.am.
+# Makefile.in generated by automake 1.7.4 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/stamp-vti b/stamp-vti
index de3f55b8e..a1b38f850 100644
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
@set UPDATED 10 April 2003
@set UPDATED-MONTH April 2003
-@set EDITION 1.7.3c
-@set VERSION 1.7.3c
+@set EDITION 1.7.4
+@set VERSION 1.7.4
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 4ba9c5ed7..3585caf49 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.3c from Makefile.am.
+# Makefile.in generated by automake 1.7.4 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/version.texi b/version.texi
index de3f55b8e..a1b38f850 100644
--- a/version.texi
+++ b/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 10 April 2003
@set UPDATED-MONTH April 2003
-@set EDITION 1.7.3c
-@set VERSION 1.7.3c
+@set EDITION 1.7.4
+@set VERSION 1.7.4