* doc/bison.texinfo: Texinfo thingies.
+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.
#! /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>.
#
# 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=
# 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]...
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
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
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 $@
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
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'`\\"
## 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
# 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.
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)
bison.info-2: 50189
bison.info-3: 99814
bison.info-4: 149692
-bison.info-5: 196961
+bison.info-5: 196957
\1f
Tag Table:
(Indirect)
Node: Tie-in Recovery\7f176929
Node: Debugging\7f179101
Node: Invocation\7f182402
-Node: Bison Options\7f183658
-Node: Environment Variables\7f187092
-Node: Option Cross Key\7f187940
-Node: VMS Invocation\7f188784
-Node: Table of Symbols\7f189568
-Node: Glossary\7f196961
-Node: Index\7f203251
+Node: Bison Options\7f183654
+Node: Environment Variables\7f187088
+Node: Option Cross Key\7f187936
+Node: VMS Invocation\7f188780
+Node: Table of Symbols\7f189564
+Node: Glossary\7f196957
+Node: Index\7f203247
\1f
End Tag Table
\1f
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:
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.
\1f
File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
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:
@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,
-@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
-@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