Re: AC_PROG_YACC: use bison -o y.tab.c
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.patches,gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <[email protected]> |
Le 19 mars 2013 à 19:20, Paul Eggert <[email protected]> a écrit : > Thanks, I installed that into Autoconf with a slightly terser NEWS entry: > > - AC_PROG_YACC now uses 'bison -o y.tab.c' instead of 'bison -y', so that > by default it no longer warns about Bison extensions. Add -Wyacc to > YFLAGS to enable these warnings. \o/ Thanks!