mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-16 20:52:13 +00:00
Bump to 1.29c.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-09-27 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
Bump to 1.29c.
|
||||||
|
|
||||||
2001-09-27 Akim Demaille <akim@epita.fr>
|
2001-09-27 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Version 1.29b.
|
Version 1.29b.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Changes in version 1.29b:
|
Changes in version 1.29c:
|
||||||
|
|
||||||
* `--defines' and `--graph' have now an optionnal argument which is the
|
* `--defines' and `--graph' have now an optionnal argument which is the
|
||||||
output file name. `-d' and `-g' do not change, they do not take any
|
output file name. `-d' and `-g' do not change, they do not take any
|
||||||
|
|||||||
@@ -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 GNU Autoconf 2.52e for GNU Bison 1.29b.
|
# Generated by GNU Autoconf 2.52e for GNU Bison 1.29c.
|
||||||
#
|
#
|
||||||
# Report bugs to <bug-bison@gnu.org>.
|
# Report bugs to <bug-bison@gnu.org>.
|
||||||
#
|
#
|
||||||
@@ -32,15 +32,33 @@ as_me=`echo "$0" |sed 's,\(.*[\\/]\+\)\?\([^\\/]\+\)[\\/]*,\2,'`
|
|||||||
# configure. Hence a useless rewrite (not to mention the risk of
|
# configure. Hence a useless rewrite (not to mention the risk of
|
||||||
# ``infinite'' rewrites. Merely check that LINENO is incremented
|
# ``infinite'' rewrites. Merely check that LINENO is incremented
|
||||||
# between two lines, which is a property guaranteed for _oline_, hence
|
# between two lines, which is a property guaranteed for _oline_, hence
|
||||||
# it protects us from repetitive rewrites.
|
# it protects us from repetitive rewrites. Be sure to have a test
|
||||||
|
# that does detect non LINENO support...
|
||||||
as_lineno_1=$LINENO
|
as_lineno_1=$LINENO
|
||||||
as_lineno_2=$LINENO
|
as_lineno_2=$LINENO
|
||||||
# Compute as_lineno_1 in two steps: some shells restart LINENO for
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
||||||
# subshells.
|
if test "x$as_lineno_1" = "x$as_lineno_2" ||
|
||||||
as_lineno_1=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
test "x$as_lineno_3" != "x$as_lineno_2";
|
||||||
if test "x$as_lineno_1" != "x$as_lineno_2"; then
|
then
|
||||||
|
# Find who we are.
|
||||||
|
case $0 in
|
||||||
|
*[\\/]* | ?:[\\/]* ) as_myself=$0 ;;
|
||||||
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
||||||
|
done
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
if test ! -f $as_myself; then
|
||||||
|
{ echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
|
||||||
|
{ (exit 1); exit 1; }; }
|
||||||
|
fi
|
||||||
if test ! -f $as_me.lineno ||
|
if test ! -f $as_me.lineno ||
|
||||||
test x`ls -1dt $as_me.lineno $as_me 2>/dev/null | sed 1q` \
|
test x`ls -1dt $as_me.lineno $as_myself 2>/dev/null | sed 1q` \
|
||||||
!= x$as_me.lineno; then
|
!= x$as_me.lineno; then
|
||||||
# Be sure to write the pattern so that it doesn't replace itself:
|
# Be sure to write the pattern so that it doesn't replace itself:
|
||||||
# it must not match itself.
|
# it must not match itself.
|
||||||
@@ -49,10 +67,10 @@ if test "x$as_lineno_1" != "x$as_lineno_2"; then
|
|||||||
while (sub (/[$]LINENO/, NR))
|
while (sub (/[$]LINENO/, NR))
|
||||||
continue
|
continue
|
||||||
print
|
print
|
||||||
}' <$as_me >$as_me.lineno
|
}' <$as_myself >$as_me.lineno
|
||||||
chmod +x $as_me.lineno
|
chmod +x $as_me.lineno
|
||||||
fi
|
fi
|
||||||
exec ${SHELL-/bin/sh} ./$as_me.lineno
|
exec ${SHELL-/bin/sh} ./$as_me.lineno ${1+"$@"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Avoid depending upon Character Ranges.
|
# Avoid depending upon Character Ranges.
|
||||||
@@ -240,8 +258,8 @@ mandir='${prefix}/man'
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='GNU Bison'
|
PACKAGE_NAME='GNU Bison'
|
||||||
PACKAGE_TARNAME='bison'
|
PACKAGE_TARNAME='bison'
|
||||||
PACKAGE_VERSION='1.29b'
|
PACKAGE_VERSION='1.29c'
|
||||||
PACKAGE_STRING='GNU Bison 1.29b'
|
PACKAGE_STRING='GNU Bison 1.29c'
|
||||||
PACKAGE_BUGREPORT='bug-bison@gnu.org'
|
PACKAGE_BUGREPORT='bug-bison@gnu.org'
|
||||||
|
|
||||||
ac_prev=
|
ac_prev=
|
||||||
@@ -658,7 +676,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 <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures GNU Bison 1.29b to adapt to many kinds of systems.
|
\`configure' configures GNU Bison 1.29c to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@@ -724,7 +742,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 GNU Bison 1.29b:";;
|
short | recursive ) echo "Configuration of GNU Bison 1.29c:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@@ -764,8 +782,10 @@ if test "$ac_init_help" = "recursive"; then
|
|||||||
# If there are subdirs, report their specific --help.
|
# If there are subdirs, report their specific --help.
|
||||||
ac_popdir=`pwd`
|
ac_popdir=`pwd`
|
||||||
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
|
for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
|
||||||
cd $ac_dir
|
test -d $ac_dir || continue
|
||||||
if test "$ac_dir" != .; then
|
ac_builddir=.
|
||||||
|
|
||||||
|
if test "$ac_dir" != .; then
|
||||||
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
||||||
# A "../" for each directory in $ac_dir_suffix.
|
# A "../" for each directory in $ac_dir_suffix.
|
||||||
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
||||||
@@ -788,7 +808,14 @@ case $srcdir in
|
|||||||
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
||||||
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
||||||
esac
|
esac
|
||||||
|
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
|
||||||
|
# absolute.
|
||||||
|
ac_buildpath=`cd "$ac_dir" && cd $ac_builddir && pwd`
|
||||||
|
ac_top_buildpath=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
|
||||||
|
ac_srcpath=`cd "$ac_dir" && cd $ac_srcdir && pwd`
|
||||||
|
ac_top_srcpath=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
||||||
|
|
||||||
|
cd $ac_dir
|
||||||
# Check for guested configure; otherwise get Cygnus style configure.
|
# Check for guested configure; otherwise get Cygnus style configure.
|
||||||
if test -f $ac_srcdir/configure.gnu; then
|
if test -f $ac_srcdir/configure.gnu; then
|
||||||
echo
|
echo
|
||||||
@@ -810,7 +837,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 <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
GNU Bison configure 1.29b
|
GNU Bison configure 1.29c
|
||||||
generated by GNU Autoconf 2.52e
|
generated by GNU Autoconf 2.52e
|
||||||
|
|
||||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
||||||
@@ -825,7 +852,7 @@ cat >&5 <<_ACEOF
|
|||||||
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 GNU Bison $as_me 1.29b, which was
|
It was created by GNU Bison $as_me 1.29c, which was
|
||||||
generated by GNU Autoconf 2.52e. Invocation command line was
|
generated by GNU Autoconf 2.52e. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
@@ -1326,7 +1353,7 @@ fi
|
|||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=bison
|
PACKAGE=bison
|
||||||
VERSION=1.29b
|
VERSION=1.29c
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
#define PACKAGE "$PACKAGE"
|
#define PACKAGE "$PACKAGE"
|
||||||
@@ -8530,15 +8557,34 @@ as_me=`echo "$0" |sed 's,\(.*[\\/]\+\)\?\([^\\/]\+\)[\\/]*,\2,'`
|
|||||||
# configure. Hence a useless rewrite (not to mention the risk of
|
# configure. Hence a useless rewrite (not to mention the risk of
|
||||||
# ``infinite'' rewrites. Merely check that LINENO is incremented
|
# ``infinite'' rewrites. Merely check that LINENO is incremented
|
||||||
# between two lines, which is a property guaranteed for _oline_, hence
|
# between two lines, which is a property guaranteed for _oline_, hence
|
||||||
# it protects us from repetitive rewrites.
|
# it protects us from repetitive rewrites. Be sure to have a test
|
||||||
|
# that does detect non LINENO support...
|
||||||
as_lineno_1=$LINENO
|
as_lineno_1=$LINENO
|
||||||
as_lineno_2=$LINENO
|
as_lineno_2=$LINENO
|
||||||
# Compute as_lineno_1 in two steps: some shells restart LINENO for
|
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
||||||
# subshells.
|
if test "x$as_lineno_1" = "x$as_lineno_2" ||
|
||||||
as_lineno_1=`(expr $as_lineno_1 + 1) 2>/dev/null`
|
test "x$as_lineno_3" != "x$as_lineno_2";
|
||||||
if test "x$as_lineno_1" != "x$as_lineno_2"; then
|
then
|
||||||
|
# Find who we are.
|
||||||
|
case $0 in
|
||||||
|
*[\\/]* | ?:[\\/]* ) as_myself=$0 ;;
|
||||||
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||||
|
for as_dir in $PATH
|
||||||
|
do
|
||||||
|
IFS=$as_save_IFS
|
||||||
|
test -z "$as_dir" && as_dir=.
|
||||||
|
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
||||||
|
done
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
if test ! -f $as_myself; then
|
||||||
|
{ { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
|
||||||
|
echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
|
||||||
|
{ (exit 1); exit 1; }; }
|
||||||
|
fi
|
||||||
if test ! -f $as_me.lineno ||
|
if test ! -f $as_me.lineno ||
|
||||||
test x`ls -1dt $as_me.lineno $as_me 2>/dev/null | sed 1q` \
|
test x`ls -1dt $as_me.lineno $as_myself 2>/dev/null | sed 1q` \
|
||||||
!= x$as_me.lineno; then
|
!= x$as_me.lineno; then
|
||||||
# Be sure to write the pattern so that it doesn't replace itself:
|
# Be sure to write the pattern so that it doesn't replace itself:
|
||||||
# it must not match itself.
|
# it must not match itself.
|
||||||
@@ -8547,10 +8593,10 @@ if test "x$as_lineno_1" != "x$as_lineno_2"; then
|
|||||||
while (sub (/[$]LINENO/, NR))
|
while (sub (/[$]LINENO/, NR))
|
||||||
continue
|
continue
|
||||||
print
|
print
|
||||||
}' <$as_me >$as_me.lineno
|
}' <$as_myself >$as_me.lineno
|
||||||
chmod +x $as_me.lineno
|
chmod +x $as_me.lineno
|
||||||
fi
|
fi
|
||||||
exec ${SHELL-/bin/sh} ./$as_me.lineno
|
exec ${SHELL-/bin/sh} ./$as_me.lineno ${1+"$@"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Avoid depending upon Character Ranges.
|
# Avoid depending upon Character Ranges.
|
||||||
@@ -8647,12 +8693,12 @@ exec 5>>config.log
|
|||||||
{
|
{
|
||||||
echo
|
echo
|
||||||
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
||||||
## Running \$as_me. ##
|
## Running $as_me. ##
|
||||||
_ASBOX
|
_ASBOX
|
||||||
} >&5
|
} >&5
|
||||||
cat >&5 <<_CSEOF
|
cat >&5 <<_CSEOF
|
||||||
|
|
||||||
This file was extended by GNU Bison $as_me 1.29b, which was
|
This file was extended by GNU Bison $as_me 1.29c, which was
|
||||||
generated by GNU Autoconf 2.52e. Invocation command line was
|
generated by GNU Autoconf 2.52e. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@@ -8714,7 +8760,7 @@ _ACEOF
|
|||||||
|
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF
|
cat >>$CONFIG_STATUS <<_ACEOF
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
GNU Bison config.status 1.29b
|
GNU Bison config.status 1.29c
|
||||||
configured by $0, generated by GNU Autoconf 2.52e,
|
configured by $0, generated by GNU Autoconf 2.52e,
|
||||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||||
|
|
||||||
@@ -9066,7 +9112,9 @@ echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
|
|||||||
esac
|
esac
|
||||||
done; }
|
done; }
|
||||||
|
|
||||||
if test "$ac_dir" != .; then
|
ac_builddir=.
|
||||||
|
|
||||||
|
if test "$ac_dir" != .; then
|
||||||
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
||||||
# A "../" for each directory in $ac_dir_suffix.
|
# A "../" for each directory in $ac_dir_suffix.
|
||||||
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
||||||
@@ -9089,6 +9137,12 @@ case $srcdir in
|
|||||||
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
||||||
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
||||||
esac
|
esac
|
||||||
|
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
|
||||||
|
# absolute.
|
||||||
|
ac_buildpath=`cd "$ac_dir" && cd $ac_builddir && pwd`
|
||||||
|
ac_top_buildpath=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
|
||||||
|
ac_srcpath=`cd "$ac_dir" && cd $ac_srcdir && pwd`
|
||||||
|
ac_top_srcpath=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
||||||
|
|
||||||
case $INSTALL in
|
case $INSTALL in
|
||||||
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
|
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
|
||||||
@@ -9143,7 +9197,13 @@ cat >>$CONFIG_STATUS <<\_ACEOF
|
|||||||
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
||||||
s,@configure_input@,$configure_input,;t t
|
s,@configure_input@,$configure_input,;t t
|
||||||
s,@srcdir@,$ac_srcdir,;t t
|
s,@srcdir@,$ac_srcdir,;t t
|
||||||
|
s,@srcpath@,$ac_srcpath,;t t
|
||||||
s,@top_srcdir@,$ac_top_srcdir,;t t
|
s,@top_srcdir@,$ac_top_srcdir,;t t
|
||||||
|
s,@top_srcpath@,$ac_top_srcpath,;t t
|
||||||
|
s,@builddir@,$ac_builddir,;t t
|
||||||
|
s,@buildpath@,$ac_buildpath,;t t
|
||||||
|
s,@top_builddir@,$ac_top_builddir,;t t
|
||||||
|
s,@top_buildpath@,$ac_top_buildpath,;t t
|
||||||
s,@INSTALL@,$ac_INSTALL,;t t
|
s,@INSTALL@,$ac_INSTALL,;t t
|
||||||
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
|
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
|
||||||
rm -f $tmp/stdin
|
rm -f $tmp/stdin
|
||||||
@@ -9397,7 +9457,9 @@ echo X"$ac_dest" |
|
|||||||
/^X\(\/\/\)$/{ s//\1/; q; }
|
/^X\(\/\/\)$/{ s//\1/; q; }
|
||||||
/^X\(\/\).*/{ s//\1/; q; }
|
/^X\(\/\).*/{ s//\1/; q; }
|
||||||
s/.*/./; q'`
|
s/.*/./; q'`
|
||||||
if test "$ac_dir" != .; then
|
ac_builddir=.
|
||||||
|
|
||||||
|
if test "$ac_dir" != .; then
|
||||||
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
|
||||||
# A "../" for each directory in $ac_dir_suffix.
|
# A "../" for each directory in $ac_dir_suffix.
|
||||||
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
|
||||||
@@ -9420,6 +9482,12 @@ case $srcdir in
|
|||||||
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
|
||||||
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
ac_top_srcdir=$ac_top_builddir$srcdir ;;
|
||||||
esac
|
esac
|
||||||
|
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
|
||||||
|
# absolute.
|
||||||
|
ac_buildpath=`cd "$ac_dir" && cd $ac_builddir && pwd`
|
||||||
|
ac_top_buildpath=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
|
||||||
|
ac_srcpath=`cd "$ac_dir" && cd $ac_srcdir && pwd`
|
||||||
|
ac_top_srcpath=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
|
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
|
||||||
echo "$as_me: executing $ac_dest commands" >&6;}
|
echo "$as_me: executing $ac_dest commands" >&6;}
|
||||||
@@ -9439,9 +9507,13 @@ ATEOF
|
|||||||
# Copyright 2000, 2001 Free Software Foundation, Inc.
|
# Copyright 2000, 2001 Free Software Foundation, Inc.
|
||||||
|
|
||||||
at_testdir='tests'
|
at_testdir='tests'
|
||||||
|
buildpath='$ac_buildpath'
|
||||||
srcdir='$ac_srcdir'
|
srcdir='$ac_srcdir'
|
||||||
|
srcpath='$ac_srcpath'
|
||||||
top_srcdir='$ac_top_srcdir'
|
top_srcdir='$ac_top_srcdir'
|
||||||
|
top_srcpath='$ac_top_srcpath'
|
||||||
top_builddir='$ac_top_builddir'
|
top_builddir='$ac_top_builddir'
|
||||||
|
top_buildpath='$ac_top_buildpath'
|
||||||
|
|
||||||
AUTOTEST_PATH='tests'
|
AUTOTEST_PATH='tests'
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -18,10 +18,10 @@
|
|||||||
# We need a recent Autoconf to run a recent Autotest.
|
# We need a recent Autoconf to run a recent Autotest.
|
||||||
AC_PREREQ(2.52e)
|
AC_PREREQ(2.52e)
|
||||||
|
|
||||||
AC_INIT([GNU Bison], [1.29b], [bug-bison@gnu.org])
|
AC_INIT([GNU Bison], [1.29c], [bug-bison@gnu.org])
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([bison], [1.29b])
|
AM_INIT_AUTOMAKE([bison], [1.29c])
|
||||||
AM_CONFIG_HEADER(config.h:config.hin)
|
AM_CONFIG_HEADER(config.h:config.hin)
|
||||||
|
|
||||||
# Initialize the test suite.
|
# Initialize the test suite.
|
||||||
|
|||||||
+2
-2
@@ -34,7 +34,7 @@ File: bison.info, Node: Top, Next: Introduction, Up: (dir)
|
|||||||
Bison
|
Bison
|
||||||
*****
|
*****
|
||||||
|
|
||||||
This manual documents version 1.29b of Bison, updated 20 September
|
This manual documents version 1.29c of Bison, updated 20 September
|
||||||
2001.
|
2001.
|
||||||
|
|
||||||
* Menu:
|
* Menu:
|
||||||
@@ -238,7 +238,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.29b of Bison.
|
This edition corresponds to version 1.29c of Bison.
|
||||||
|
|
||||||
|
|
||||||
File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
|
File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
@set UPDATED 20 September 2001
|
@set UPDATED 20 September 2001
|
||||||
@set UPDATED-MONTH September 2001
|
@set UPDATED-MONTH September 2001
|
||||||
@set EDITION 1.29b
|
@set EDITION 1.29c
|
||||||
@set VERSION 1.29b
|
@set VERSION 1.29c
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
@set UPDATED 20 September 2001
|
@set UPDATED 20 September 2001
|
||||||
@set UPDATED-MONTH September 2001
|
@set UPDATED-MONTH September 2001
|
||||||
@set EDITION 1.29b
|
@set EDITION 1.29c
|
||||||
@set VERSION 1.29b
|
@set VERSION 1.29c
|
||||||
|
|||||||
Reference in New Issue
Block a user