summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-07-10 21:37:16 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-07-10 21:37:16 +0000
commit383e353629839ce599e189f0c205caaa8e37a35c (patch)
treef27f60458a773806e9043d0afe1b5621bd89e4df
parent43ca833c3f8d02d208195f764000fdf67e51b0a9 (diff)
downloadautomake-383e353629839ce599e189f0c205caaa8e37a35c.tar.gz
* configure.in, NEWS: Bump version to 1.7.6.Release-1-7-6
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
-rw-r--r--NEWS2
-rw-r--r--aclocal.m44
-rwxr-xr-xconfigure28
-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, 30 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 961fcb1cf..6458dae98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-07-10 Alexandre Duret-Lutz <adl@gnu.org>
+ * configure.in, NEWS: Bump version to 1.7.6.
+
* automake.in (macro_define): Make clear the diagnostic about
variable names starting with `_' is about *Make* variables.
diff --git a/Makefile.in b/Makefile.in
index e1c61604f..7af648333 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.5c from Makefile.am.
+# Makefile.in generated by automake 1.7.6 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
diff --git a/NEWS b/NEWS
index fda5c16f3..81145ed8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Bugs fixed in 1.7.5b:
+Bugs fixed in 1.7.6:
* Fix depcomp's icc mode for ICC 7.1.
* Diagnose calls to AC_CONFIG_FILES and friends with not enough arguments.
* Fix maintainer-clean's removal of autom4te.cache in VPATH builds.
diff --git a/aclocal.m4 b/aclocal.m4
index a57025b1e..550a0301e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.7.5c -*- Autoconf -*-
+# generated automatically by aclocal 1.7.6 -*- 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.5c])])
+ [AM_AUTOMAKE_VERSION([1.7.6])])
# Helper functions for option handling. -*- Autoconf -*-
diff --git a/configure b/configure
index 8a37a6b71..62a104183 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.57a for GNU Automake 1.7.5c.
+# Generated by GNU Autoconf 2.57b for GNU Automake 1.7.6.
#
# 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.5c'
-PACKAGE_STRING='GNU Automake 1.7.5c'
+PACKAGE_VERSION='1.7.6'
+PACKAGE_STRING='GNU Automake 1.7.6'
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.5c to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.7.6 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.5c:";;
+ short | recursive ) echo "Configuration of GNU Automake 1.7.6:";;
esac
cat <<\_ACEOF
@@ -850,8 +850,8 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU Automake configure 1.7.5c
-generated by GNU Autoconf 2.57a
+GNU Automake configure 1.7.6
+generated by GNU Autoconf 2.57b
Copyright (C) 2003 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
@@ -864,8 +864,8 @@ 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.5c, which was
-generated by GNU Autoconf 2.57a. Invocation command line was
+It was created by GNU Automake $as_me 1.7.6, which was
+generated by GNU Autoconf 2.57b. Invocation command line was
$ $0 $@
@@ -1483,7 +1483,7 @@ fi
# Define the identity of the package.
PACKAGE='automake'
- VERSION='1.7.5c'
+ VERSION='1.7.6'
cat >>confdefs.h <<_ACEOF
@@ -2186,8 +2186,8 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU Automake $as_me 1.7.5c, which was
-generated by GNU Autoconf 2.57a. Invocation command line was
+This file was extended by GNU Automake $as_me 1.7.6, which was
+generated by GNU Autoconf 2.57b. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
@@ -2241,8 +2241,8 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU Automake config.status 1.7.5c
-configured by $0, generated by GNU Autoconf 2.57a,
+GNU Automake config.status 1.7.6
+configured by $0, generated by GNU Autoconf 2.57b,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright (C) 2003 Free Software Foundation, Inc.
diff --git a/configure.in b/configure.in
index bafe7f95c..fd7b325b9 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@
# 02111-1307, USA.
AC_PREREQ(2.54)
-AC_INIT([GNU Automake], [1.7.5c], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.7.6], [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 78ff02c71..bd1449918 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.5c from Makefile.am.
+# Makefile.in generated by automake 1.7.6 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 ef918597b..069595871 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.5c from Makefile.am.
+# Makefile.in generated by automake 1.7.6 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 632c16254..294cd8cf6 100644
--- a/lib/am/Makefile.in
+++ b/lib/am/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.5c from Makefile.am.
+# Makefile.in generated by automake 1.7.6 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 debc4e248..f9bf62a86 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.5c from Makefile.am.
+# Makefile.in generated by automake 1.7.6 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 7a0226bf7..55c8212dc 100644
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
@set UPDATED 10 July 2003
@set UPDATED-MONTH July 2003
-@set EDITION 1.7.5c
-@set VERSION 1.7.5c
+@set EDITION 1.7.6
+@set VERSION 1.7.6
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 794a42654..6e6eb82bb 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7.5c from Makefile.am.
+# Makefile.in generated by automake 1.7.6 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 7a0226bf7..55c8212dc 100644
--- a/version.texi
+++ b/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 10 July 2003
@set UPDATED-MONTH July 2003
-@set EDITION 1.7.5c
-@set VERSION 1.7.5c
+@set EDITION 1.7.6
+@set VERSION 1.7.6