summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-02-29 22:20:01 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-02-29 22:20:01 +0000
commitf0d23d267e2dca6f188bf17656c30c355e253771 (patch)
treeabdf77478fd9aaed5d087a3c2c2e3f8e9738cc46
parent7be5463ec774d465af0107760c42e1de4b5c53fd (diff)
downloadautomake-f0d23d267e2dca6f188bf17656c30c355e253771.tar.gz
* configure.in: Bump version to 1.8.2c.
-rw-r--r--ChangeLog2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--doc/stamp-vti4
-rw-r--r--doc/version.texi4
5 files changed, 17 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 692a69a3e..6a7f29405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-02-29 Alexandre Duret-Lutz <adl@gnu.org>
+ * configure.in: Bump version to 1.8.2c.
+
* configure.in, NEWS: Bump version to 1.8.2b.
* lib/config-ml.in, lib/config.guess, lib/config.sub,
diff --git a/configure b/configure
index ca5271c44..994ecc6a9 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.59a for GNU Automake 1.8.2b.
+# Generated by GNU Autoconf 2.59a for GNU Automake 1.8.2c.
#
# Report bugs to <bug-automake@gnu.org>.
#
@@ -492,8 +492,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='GNU Automake'
PACKAGE_TARNAME='automake'
-PACKAGE_VERSION='1.8.2b'
-PACKAGE_STRING='GNU Automake 1.8.2b'
+PACKAGE_VERSION='1.8.2c'
+PACKAGE_STRING='GNU Automake 1.8.2c'
PACKAGE_BUGREPORT='bug-automake@gnu.org'
ac_unique_file="automake.in"
@@ -946,7 +946,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.8.2b to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.8.2c to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1011,7 +1011,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Automake 1.8.2b:";;
+ short | recursive ) echo "Configuration of GNU Automake 1.8.2c:";;
esac
cat <<\_ACEOF
@@ -1111,7 +1111,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-GNU Automake configure 1.8.2b
+GNU Automake configure 1.8.2c
generated by GNU Autoconf 2.59a
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
@@ -1126,7 +1126,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.8.2b, which was
+It was created by GNU Automake $as_me 1.8.2c, which was
generated by GNU Autoconf 2.59a. Invocation command line was
$ $0 $@
@@ -1804,7 +1804,7 @@ fi
# Define the identity of the package.
PACKAGE='automake'
- VERSION='1.8.2b'
+ VERSION='1.8.2c'
cat >>confdefs.h <<_ACEOF
@@ -2844,7 +2844,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU Automake $as_me 1.8.2b, which was
+This file was extended by GNU Automake $as_me 1.8.2c, which was
generated by GNU Autoconf 2.59a. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2899,7 +2899,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU Automake config.status 1.8.2b
+GNU Automake config.status 1.8.2c
configured by $0, generated by GNU Autoconf 2.59a,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 59bb2ef05..c081e7c2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl (abs_top_builddir is used in tests/automake.in). Note that
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.8.2b], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.8.2c], [bug-automake@gnu.org])
AC_CONFIG_SRCDIR(automake.in)
AC_CONFIG_AUX_DIR(lib)
diff --git a/doc/stamp-vti b/doc/stamp-vti
index 25c1a43ce..910b300fe 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,4 +1,4 @@
@set UPDATED 15 February 2004
@set UPDATED-MONTH February 2004
-@set EDITION 1.8.2b
-@set VERSION 1.8.2b
+@set EDITION 1.8.2c
+@set VERSION 1.8.2c
diff --git a/doc/version.texi b/doc/version.texi
index 25c1a43ce..910b300fe 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 15 February 2004
@set UPDATED-MONTH February 2004
-@set EDITION 1.8.2b
-@set VERSION 1.8.2b
+@set EDITION 1.8.2c
+@set VERSION 1.8.2c