summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-09-07 20:34:51 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-09-07 20:34:51 +0000
commit269b03f45a5540cde00ad562014b3991ea45d0ce (patch)
tree8e076205f46b5c63b9b552a6de7bfb64c4d971dd
parentc23fc109537d2c058d5acf0abdcce4b71b5d756f (diff)
downloadautomake-Release-1-7-7.tar.gz
* configure.in, NEWS: Bump version to 1.7.7.Release-1-7-7
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
-rw-r--r--NEWS2
-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-vti8
-rw-r--r--tests/Makefile.in2
-rw-r--r--version.texi8
13 files changed, 32 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 571b0bacc..7b88dcdc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-07 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * configure.in, NEWS: Bump version to 1.7.7.
+
2003-09-05 Paul Eggert <eggert@twinsun.com>
* NEWS, aclocal.in, automake.in, automake.texi,
diff --git a/Makefile.in b/Makefile.in
index 0c0c53314..825c9b744 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.6c from Makefile.am.
+# Makefile.in generated by automake 1.7.7 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/NEWS b/NEWS
index 15a8d5233..b3ef5c5dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Bugs fixed in 1.7.6b:
+Bugs fixed in 1.7.7:
* The implementation of automake's --no-force option is unreliable,
so this option is ignored in this version. A real fix will appear in
Automake 1.8. (Debian Bug #206299)
diff --git a/aclocal.m4 b/aclocal.m4
index 354df90cf..0de446e5d 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.7.6c -*- Autoconf -*-
+# generated automatically by aclocal 1.7.7 -*- 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.6c])])
+ [AM_AUTOMAKE_VERSION([1.7.7])])
# Helper functions for option handling. -*- Autoconf -*-
diff --git a/configure b/configure
index dace45003..ff19c0f25 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.57c for GNU Automake 1.7.6b.
+# Generated by GNU Autoconf 2.57c for GNU Automake 1.7.7.
#
# Report bugs to <bug-automake@gnu.org>.
#
@@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='GNU Automake'
PACKAGE_TARNAME='automake'
-PACKAGE_VERSION='1.7.6b'
-PACKAGE_STRING='GNU Automake 1.7.6b'
+PACKAGE_VERSION='1.7.7'
+PACKAGE_STRING='GNU Automake 1.7.7'
PACKAGE_BUGREPORT='bug-automake@gnu.org'
ac_unique_file="automake.in"
@@ -721,7 +721,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.6b to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.7.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -783,7 +783,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Automake 1.7.6b:";;
+ short | recursive ) echo "Configuration of GNU Automake 1.7.7:";;
esac
cat <<\_ACEOF
@@ -850,7 +850,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU Automake configure 1.7.6b
+GNU Automake configure 1.7.7
generated by GNU Autoconf 2.57c
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -864,7 +864,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.6b, which was
+It was created by GNU Automake $as_me 1.7.7, which was
generated by GNU Autoconf 2.57c. Invocation command line was
$ $0 $@
@@ -1483,7 +1483,7 @@ fi
# Define the identity of the package.
PACKAGE='automake'
- VERSION='1.7.6b'
+ VERSION='1.7.7'
cat >>confdefs.h <<_ACEOF
@@ -2186,7 +2186,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU Automake $as_me 1.7.6b, which was
+This file was extended by GNU Automake $as_me 1.7.7, which was
generated by GNU Autoconf 2.57c. 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.6b
+GNU Automake config.status 1.7.7
configured by $0, generated by GNU Autoconf 2.57c,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index 2e2fb40e5..4efbfd8a5 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@
# 02111-1307, USA.
AC_PREREQ(2.54)
-AC_INIT([GNU Automake], [1.7.6c], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.7.7], [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 b5f115a22..e88d84942 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.6c from Makefile.am.
+# Makefile.in generated by automake 1.7.7 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 1cba9126a..e156dca69 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.6c from Makefile.am.
+# Makefile.in generated by automake 1.7.7 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 46ef23119..1e02dd908 100644
--- a/lib/am/Makefile.in
+++ b/lib/am/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.6c from Makefile.am.
+# Makefile.in generated by automake 1.7.7 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 854b66869..ab931814a 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.6c from Makefile.am.
+# Makefile.in generated by automake 1.7.7 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 93eb4380d..f35eca463 100644
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 31 August 2003
-@set UPDATED-MONTH August 2003
-@set EDITION 1.7.6b
-@set VERSION 1.7.6b
+@set UPDATED 7 September 2003
+@set UPDATED-MONTH September 2003
+@set EDITION 1.7.7
+@set VERSION 1.7.7
diff --git a/tests/Makefile.in b/tests/Makefile.in
index f944840e8..3893ca64e 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.6c from Makefile.am.
+# Makefile.in generated by automake 1.7.7 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 93eb4380d..f35eca463 100644
--- a/version.texi
+++ b/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 31 August 2003
-@set UPDATED-MONTH August 2003
-@set EDITION 1.7.6b
-@set VERSION 1.7.6b
+@set UPDATED 7 September 2003
+@set UPDATED-MONTH September 2003
+@set EDITION 1.7.7
+@set VERSION 1.7.7