From 8416323152330d563fcf329a2b593ac479511b3b Mon Sep 17 00:00:00 2001
From: Akim Demaille <akim@epita.fr>
Date: Mon, 6 Aug 2001 08:35:21 +0000
Subject: [PATCH] * configure.in: Bump to 1.28c. * doc/bison.texinfo: Texinfo
 thingies.

---
 ChangeLog         |  5 +++++
 configure         | 20 ++++++++++----------
 configure.in      |  4 ++--
 doc/Makefile.in   |  2 +-
 doc/bison.info    | 16 ++++++++--------
 doc/bison.info-1  |  4 ++--
 doc/bison.info-4  |  6 ++++--
 doc/bison.texinfo |  3 ++-
 doc/stamp-vti     |  6 +++---
 doc/version.texi  |  6 +++---
 10 files changed, 40 insertions(+), 32 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 39004cb0..35f4e41c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-06  Marc Autret  <autret_m@epita.fr>
+
+	* configure.in: Bump to 1.28c.
+	* doc/bison.texinfo: Texinfo thingies.
+
 2001-08-04  Pascal Bart  <pascal.bart@epita.fr>
 
 	* tests/atconfig.in (CPPFLAGS): Add.
diff --git a/configure b/configure
index 4b233f32..3fa19342 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52 for bison 1.28b.
+# Generated by Autoconf 2.52 for bison 1.28c.
 #
 # Report bugs to <bug-bison@gnu.org>.
 #
@@ -184,8 +184,8 @@ mandir='${prefix}/man'
 # Identity of this package.
 PACKAGE_NAME='bison'
 PACKAGE_TARNAME='bison'
-PACKAGE_VERSION='1.28b'
-PACKAGE_STRING='bison 1.28b'
+PACKAGE_VERSION='1.28c'
+PACKAGE_STRING='bison 1.28c'
 PACKAGE_BUGREPORT='bug-bison@gnu.org'
 
 ac_prev=
@@ -602,7 +602,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 <<EOF
-\`configure' configures bison 1.28b to adapt to many kinds of systems.
+\`configure' configures bison 1.28c to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -668,7 +668,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bison 1.28b:";;
+     short | recursive ) echo "Configuration of bison 1.28c:";;
    esac
   cat <<\EOF
 
@@ -739,7 +739,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\EOF
-bison configure 1.28b
+bison configure 1.28c
 generated by GNU Autoconf 2.52
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -754,7 +754,7 @@ cat >&5 <<EOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by bison $as_me 1.28b, which was
+It was created by bison $as_me 1.28c, which was
 generated by GNU Autoconf 2.52.  Invocation command line was
 
   $ $0 $@
@@ -1167,7 +1167,7 @@ fi
 
 PACKAGE=bison
 
-VERSION=1.28b
+VERSION=1.28c
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { { echo "$as_me:1173: error: source directory already configured; run \"make distclean\" there first" >&5
@@ -7262,7 +7262,7 @@ EOF
 
 cat >>$CONFIG_STATUS <<EOF
 ac_cs_version="\\
-bison config.status 1.28b
+bison config.status 1.28c
 configured by $0, generated by GNU Autoconf 2.52,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -7345,7 +7345,7 @@ cat >&5 << _ACEOF
 ## Running config.status.  ##
 ## ----------------------- ##
 
-This file was extended by $as_me (bison 1.28b) 2.52, executed with
+This file was extended by $as_me (bison 1.28c) 2.52, executed with
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
   CONFIG_LINKS    = $CONFIG_LINKS
diff --git a/configure.in b/configure.in
index 5fa45f09..c64e5e95 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT(bison, 1.28b, bug-bison@gnu.org)
+AC_INIT(bison, 1.28c, bug-bison@gnu.org)
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(bison, 1.28b)
+AM_INIT_AUTOMAKE(bison, 1.28c)
 AM_CONFIG_HEADER(config.h:config.hin)
 
 # Initialize the test suite.
diff --git a/doc/Makefile.in b/doc/Makefile.in
index ccaa5b10..cf177d58 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -114,7 +114,7 @@ man1dir = $(mandir)/man1
 MANS = $(man_MANS)
 
 NROFF = nroff
-DIST_COMMON =  Makefile.am Makefile.in mdate-sh stamp-vti version.texi
+DIST_COMMON =  Makefile.am Makefile.in stamp-vti version.texi
 
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
diff --git a/doc/bison.info b/doc/bison.info
index 246ad6c7..50881134 100644
--- a/doc/bison.info
+++ b/doc/bison.info
@@ -34,7 +34,7 @@ bison.info-1: 1307
 bison.info-2: 50189
 bison.info-3: 99814
 bison.info-4: 149692
-bison.info-5: 196961
+bison.info-5: 196957
 
 Tag Table:
 (Indirect)
@@ -128,12 +128,12 @@ Node: Lexical Tie-ins175381
 Node: Tie-in Recovery176929
 Node: Debugging179101
 Node: Invocation182402
-Node: Bison Options183658
-Node: Environment Variables187092
-Node: Option Cross Key187940
-Node: VMS Invocation188784
-Node: Table of Symbols189568
-Node: Glossary196961
-Node: Index203251
+Node: Bison Options183654
+Node: Environment Variables187088
+Node: Option Cross Key187936
+Node: VMS Invocation188780
+Node: Table of Symbols189564
+Node: Glossary196957
+Node: Index203247
 
 End Tag Table
diff --git a/doc/bison.info-1 b/doc/bison.info-1
index e31a327d..66c21aae 100644
--- a/doc/bison.info-1
+++ b/doc/bison.info-1
@@ -31,7 +31,7 @@ instead of in the original English.
 
 File: bison.info,  Node: Top,  Next: Introduction,  Prev: (dir),  Up: (dir)
 
-   This manual documents version 1.28a of Bison.
+   This manual documents version 1.28c of Bison.
 
 * Menu:
 
@@ -223,7 +223,7 @@ Bison in detail.
 it Yacc-compatible.  Wilfred Hansen of Carnegie Mellon University added
 multi-character string literals and other features.
 
-   This edition corresponds to version 1.28a of Bison.
+   This edition corresponds to version 1.28c of Bison.
 
 
 File: bison.info,  Node: Conditions,  Next: Copying,  Prev: Introduction,  Up: Top
diff --git a/doc/bison.info-4 b/doc/bison.info-4
index ad510ac3..4ba59581 100644
--- a/doc/bison.info-4
+++ b/doc/bison.info-4
@@ -867,10 +867,12 @@ manipulate filenames like `-o' or `-d'.
    For example :
 
      bison -d INFILE.YXX
-   will produce `infile.tab.cxx' and `infile.tab.hxx'. and
+
+will produce `infile.tab.cxx' and `infile.tab.hxx'. and
 
      bison -d INFILE.Y -o OUTPUT.C++
-   will produce `output.c++' and `outfile.h++'.
+
+will produce `output.c++' and `outfile.h++'.
 
 * Menu:
 
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 68b24c41..03af981f 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -5092,14 +5092,15 @@ For example :
 @example
 bison -d @var{infile.yxx}
 @end example
+@noindent
 will produce @file{infile.tab.cxx} and @file{infile.tab.hxx}. and
 
 @example
 bison -d @var{infile.y} -o @var{output.c++}
 @end example
+@noindent
 will produce @file{output.c++} and @file{outfile.h++}.
 
-@refill
 
 @menu
 * Bison Options::     All the options described in detail,
diff --git a/doc/stamp-vti b/doc/stamp-vti
index c82abc34..09b4494e 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,3 +1,3 @@
-@set UPDATED 1 August 2001
-@set EDITION 1.28a
-@set VERSION 1.28a
+@set UPDATED 6 August 2001
+@set EDITION 1.28c
+@set VERSION 1.28c
diff --git a/doc/version.texi b/doc/version.texi
index c82abc34..09b4494e 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,3 +1,3 @@
-@set UPDATED 1 August 2001
-@set EDITION 1.28a
-@set VERSION 1.28a
+@set UPDATED 6 August 2001
+@set EDITION 1.28c
+@set VERSION 1.28c
-- 
2.45.2