summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-07-15 13:29:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-07-15 13:30:56 -0700
commitd45c2e2f5b8af08c1d0fe3164612a6d2057ea112 (patch)
tree9379836b507d1938c805dad895a187f0598924d2 /doc
parente70c99a92f3d01999565aa6ba0ab95df9df92fe4 (diff)
downloadautoconf-d45c2e2f5b8af08c1d0fe3164612a6d2057ea112.tar.gz
Revert mistaken patch for Bison
Problem reported by Bruno Haible in: https://savannah.gnu.org/support/?110266 * lib/autoconf/programs.m4 (AC_PROG_YACC): Go back to using bison -y instead of bison -o y.tab.c.
Diffstat (limited to 'doc')
-rw-r--r--doc/autoconf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 64129db2..c8d3cb6c 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -4287,7 +4287,7 @@ and is cached in the @code{ac_cv_path_SED} variable.
@ovindex YACC
@caindex prog_YACC
If @code{bison} is found, set output variable @code{YACC} to @samp{bison
--o y.tab.c}. Otherwise, if @code{byacc} is found, set @code{YACC} to
+-y}. Otherwise, if @code{byacc} is found, set @code{YACC} to
@samp{byacc}. Otherwise set @code{YACC} to @samp{yacc}.
The result of this test can be influenced by setting the variable
@code{YACC} or the cache variable @code{ac_cv_prog_YACC}.