* configure.in: Bump to 1.28c.

* doc/bison.texinfo: Texinfo thingies.
This commit is contained in:
Akim Demaille
2001-08-06 08:35:21 +00:00
parent 8303fc422a
commit 8416323152
10 changed files with 40 additions and 32 deletions

View File

@@ -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> 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
* tests/atconfig.in (CPPFLAGS): Add. * tests/atconfig.in (CPPFLAGS): Add.

20
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # 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>. # Report bugs to <bug-bison@gnu.org>.
# #
@@ -184,8 +184,8 @@ mandir='${prefix}/man'
# Identity of this package. # Identity of this package.
PACKAGE_NAME='bison' PACKAGE_NAME='bison'
PACKAGE_TARNAME='bison' PACKAGE_TARNAME='bison'
PACKAGE_VERSION='1.28b' PACKAGE_VERSION='1.28c'
PACKAGE_STRING='bison 1.28b' PACKAGE_STRING='bison 1.28c'
PACKAGE_BUGREPORT='bug-bison@gnu.org' PACKAGE_BUGREPORT='bug-bison@gnu.org'
ac_prev= 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. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<EOF 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]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -668,7 +668,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of bison 1.28b:";; short | recursive ) echo "Configuration of bison 1.28c:";;
esac esac
cat <<\EOF cat <<\EOF
@@ -739,7 +739,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\EOF cat <<\EOF
bison configure 1.28b bison configure 1.28c
generated by GNU Autoconf 2.52 generated by GNU Autoconf 2.52
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 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 This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. 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 generated by GNU Autoconf 2.52. Invocation command line was
$ $0 $@ $ $0 $@
@@ -1167,7 +1167,7 @@ fi
PACKAGE=bison PACKAGE=bison
VERSION=1.28b VERSION=1.28c
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 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 { { echo "$as_me:1173: error: source directory already configured; run \"make distclean\" there first" >&5
@@ -7262,7 +7262,7 @@ EOF
cat >>$CONFIG_STATUS <<EOF cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\ ac_cs_version="\\
bison config.status 1.28b bison config.status 1.28c
configured by $0, generated by GNU Autoconf 2.52, configured by $0, generated by GNU Autoconf 2.52,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -7345,7 +7345,7 @@ cat >&5 << _ACEOF
## Running config.status. ## ## 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_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS CONFIG_LINKS = $CONFIG_LINKS

View File

@@ -1,8 +1,8 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52) 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) AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(bison, 1.28b) AM_INIT_AUTOMAKE(bison, 1.28c)
AM_CONFIG_HEADER(config.h:config.hin) AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite. # Initialize the test suite.

View File

@@ -114,7 +114,7 @@ man1dir = $(mandir)/man1
MANS = $(man_MANS) MANS = $(man_MANS)
NROFF = nroff 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) DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

View File

@@ -34,7 +34,7 @@ bison.info-1: 1307
bison.info-2: 50189 bison.info-2: 50189
bison.info-3: 99814 bison.info-3: 99814
bison.info-4: 149692 bison.info-4: 149692
bison.info-5: 196961 bison.info-5: 196957
 
Tag Table: Tag Table:
(Indirect) (Indirect)
@@ -128,12 +128,12 @@ Node: Lexical Tie-ins175381
Node: Tie-in Recovery176929 Node: Tie-in Recovery176929
Node: Debugging179101 Node: Debugging179101
Node: Invocation182402 Node: Invocation182402
Node: Bison Options183658 Node: Bison Options183654
Node: Environment Variables187092 Node: Environment Variables187088
Node: Option Cross Key187940 Node: Option Cross Key187936
Node: VMS Invocation188784 Node: VMS Invocation188780
Node: Table of Symbols189568 Node: Table of Symbols189564
Node: Glossary196961 Node: Glossary196957
Node: Index203251 Node: Index203247
 
End Tag Table End Tag Table

View File

@@ -31,7 +31,7 @@ instead of in the original English.
 
File: bison.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir) 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: * Menu:
@@ -223,7 +223,7 @@ Bison in detail.
it Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added it Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added
multi-character string literals and other features. 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 File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top

View File

@@ -867,10 +867,12 @@ manipulate filenames like `-o' or `-d'.
For example : For example :
bison -d INFILE.YXX 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++ bison -d INFILE.Y -o OUTPUT.C++
will produce `output.c++' and `outfile.h++'.
will produce `output.c++' and `outfile.h++'.
* Menu: * Menu:

View File

@@ -5092,14 +5092,15 @@ For example :
@example @example
bison -d @var{infile.yxx} bison -d @var{infile.yxx}
@end example @end example
@noindent
will produce @file{infile.tab.cxx} and @file{infile.tab.hxx}. and will produce @file{infile.tab.cxx} and @file{infile.tab.hxx}. and
@example @example
bison -d @var{infile.y} -o @var{output.c++} bison -d @var{infile.y} -o @var{output.c++}
@end example @end example
@noindent
will produce @file{output.c++} and @file{outfile.h++}. will produce @file{output.c++} and @file{outfile.h++}.
@refill
@menu @menu
* Bison Options:: All the options described in detail, * Bison Options:: All the options described in detail,

View File

@@ -1,3 +1,3 @@
@set UPDATED 1 August 2001 @set UPDATED 6 August 2001
@set EDITION 1.28a @set EDITION 1.28c
@set VERSION 1.28a @set VERSION 1.28c

View File

@@ -1,3 +1,3 @@
@set UPDATED 1 August 2001 @set UPDATED 6 August 2001
@set EDITION 1.28a @set EDITION 1.28c
@set VERSION 1.28a @set VERSION 1.28c