* configure.in, NEWS: Bump version to 1.8.2b.
diff --git a/ChangeLog b/ChangeLog
index aac5356..692a69a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-02-29  Alexandre Duret-Lutz  <adl@gnu.org>
 
+	* configure.in, NEWS: Bump version to 1.8.2b.
+
 	* lib/config-ml.in, lib/config.guess, lib/config.sub,
 	lib/texinfo.tex: New upstream versions.
 
diff --git a/Makefile.in b/Makefile.in
index a77b88e..70f129f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/NEWS b/NEWS
index 9dea5cb..71d8aa7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-Bug fixed in 1.8.2a:
+Bug fixed in 1.8.2b:
 
 * Long standing bugs:
 
   - Quote filenames in installation rules, in case $DESTDIR, $prefix,
-    or any of the other *dir variable contain a space.
+    or any of the other *dir variables contain a space.
 
     Please note that Automake does not and cannot support spaces in
     filenames that are involved during the build.  This change affects
diff --git a/aclocal.m4 b/aclocal.m4
index 4dfc06c..9fbfdbc 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.8.2a -*- Autoconf -*-
+# generated automatically by aclocal 1.8.2b -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
diff --git a/configure b/configure
index 079740a..ca5271c 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.2a.
+# Generated by GNU Autoconf 2.59a for GNU Automake 1.8.2b.
 #
 # Report bugs to <bug-automake@gnu.org>.
 #
@@ -492,8 +492,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNU Automake'
 PACKAGE_TARNAME='automake'
-PACKAGE_VERSION='1.8.2a'
-PACKAGE_STRING='GNU Automake 1.8.2a'
+PACKAGE_VERSION='1.8.2b'
+PACKAGE_STRING='GNU Automake 1.8.2b'
 PACKAGE_BUGREPORT='bug-automake@gnu.org'
 
 ac_unique_file="automake.in"
@@ -946,7 +946,7 @@
   # 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.2a to adapt to many kinds of systems.
+\`configure' configures GNU Automake 1.8.2b to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1011,7 +1011,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Automake 1.8.2a:";;
+     short | recursive ) echo "Configuration of GNU Automake 1.8.2b:";;
    esac
   cat <<\_ACEOF
 
@@ -1111,7 +1111,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Automake configure 1.8.2a
+GNU Automake configure 1.8.2b
 generated by GNU Autoconf 2.59a
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
@@ -1126,7 +1126,7 @@
 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.2a, which was
+It was created by GNU Automake $as_me 1.8.2b, which was
 generated by GNU Autoconf 2.59a.  Invocation command line was
 
   $ $0 $@
@@ -1804,7 +1804,7 @@
 
 # Define the identity of the package.
  PACKAGE='automake'
- VERSION='1.8.2a'
+ VERSION='1.8.2b'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2844,7 +2844,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GNU Automake $as_me 1.8.2a, which was
+This file was extended by GNU Automake $as_me 1.8.2b, which was
 generated by GNU Autoconf 2.59a.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2899,7 +2899,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GNU Automake config.status 1.8.2a
+GNU Automake config.status 1.8.2b
 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 ef4b76c..59bb2ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
 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.2a], [bug-automake@gnu.org])
+AC_INIT([GNU Automake], [1.8.2b], [bug-automake@gnu.org])
 
 AC_CONFIG_SRCDIR(automake.in)
 AC_CONFIG_AUX_DIR(lib)
diff --git a/doc/Makefile.in b/doc/Makefile.in
index c008c84..835e10a 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/doc/stamp-vti b/doc/stamp-vti
index 4efde81..25c1a43 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.2a
-@set VERSION 1.8.2a
+@set EDITION 1.8.2b
+@set VERSION 1.8.2b
diff --git a/doc/version.texi b/doc/version.texi
index 4efde81..25c1a43 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.2a
-@set VERSION 1.8.2a
+@set EDITION 1.8.2b
+@set VERSION 1.8.2b
diff --git a/lib/Automake/Makefile.in b/lib/Automake/Makefile.in
index b5e0546..2bab055 100644
--- a/lib/Automake/Makefile.in
+++ b/lib/Automake/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index 59b9a83..671ab64 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 44aa2e6..4b6bc51 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/lib/am/Makefile.in b/lib/am/Makefile.in
index 0a52794..47f5a6b 100644
--- a/lib/am/Makefile.in
+++ b/lib/am/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 1511de2..fc4e9bf 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff --git a/m4/amversion.m4 b/m4/amversion.m4
index 2697c10..09eadda 100644
--- a/m4/amversion.m4
+++ b/m4/amversion.m4
@@ -27,4 +27,4 @@
 # 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.8.2a])])
+	 [AM_AUTOMAKE_VERSION([1.8.2b])])
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 4257ee7..33e51eb 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.2a from Makefile.am.
+# Makefile.in generated by automake 1.8.2b from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,