summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-04-18 12:22:13 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-04-18 12:22:13 +0000
commit70fc154026d92cc97cf2b9d63f8fae8a8737805c (patch)
tree9bdb43b8c1a5e8772e203e751b81731854e76056
parentd60661dcebc39cbbf5e9c21fc7b385869cb891da (diff)
downloadautomake-70fc154026d92cc97cf2b9d63f8fae8a8737805c.tar.gz
* configure.ac, NEWS: Bump version to 1.8.3c.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--doc/stamp-vti4
-rw-r--r--doc/version.texi4
6 files changed, 19 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 212f1ee74..f6811622a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-04-18 Alexandre Duret-Lutz <adl@gnu.org>
+ * configure.ac, NEWS: Bump version to 1.8.3c.
+
* configure.ac, NEWS: Bump version to 1.8.3b.
* lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
diff --git a/NEWS b/NEWS
index 27927a08f..7ea993323 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Know issue not fixed in 1.8.3b:
+Know issue not fixed in 1.8.3c:
Historically Automake has always generated V7 format tarballs during
`make dist'. This format is quite antiquated, but is portable. It
@@ -13,7 +13,7 @@ Know issue not fixed in 1.8.3b:
cannot avoid long filenames in their packages we recommand sticking
to GNU tar 1.13.25 and not installing newer versions.
-Bugs fixed in 1.8.3b:
+Bugs fixed in 1.8.3c:
* Long standing bugs:
diff --git a/configure b/configure
index c12f6750f..6bdc47687 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.3b.
+# Generated by GNU Autoconf 2.59a for GNU Automake 1.8.3c.
#
# 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.3b'
-PACKAGE_STRING='GNU Automake 1.8.3b'
+PACKAGE_VERSION='1.8.3c'
+PACKAGE_STRING='GNU Automake 1.8.3c'
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.3b to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.8.3c 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.3b:";;
+ short | recursive ) echo "Configuration of GNU Automake 1.8.3c:";;
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.3b
+GNU Automake configure 1.8.3c
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.3b, which was
+It was created by GNU Automake $as_me 1.8.3c, 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.3b'
+ VERSION='1.8.3c'
cat >>confdefs.h <<_ACEOF
@@ -2855,7 +2855,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by GNU Automake $as_me 1.8.3b, which was
+This file was extended by GNU Automake $as_me 1.8.3c, which was
generated by GNU Autoconf 2.59a. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2910,7 +2910,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-GNU Automake config.status 1.8.3b
+GNU Automake config.status 1.8.3c
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 f5445db75..90ff55819 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.3b], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.8.3c], [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 482793b58..4d855dded 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,4 +1,4 @@
@set UPDATED 22 March 2004
@set UPDATED-MONTH March 2004
-@set EDITION 1.8.3b
-@set VERSION 1.8.3b
+@set EDITION 1.8.3c
+@set VERSION 1.8.3c
diff --git a/doc/version.texi b/doc/version.texi
index 482793b58..4d855dded 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 22 March 2004
@set UPDATED-MONTH March 2004
-@set EDITION 1.8.3b
-@set VERSION 1.8.3b
+@set EDITION 1.8.3c
+@set VERSION 1.8.3c