mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-06 10:25:53 +08:00
AC_PROG_YACC: fix comment re what "yacc" stands for
* lib/autoconf/programs.m4 (AC_PROG_YACC): YACC stands for "Yet Another Compiler Compiler", not "Yet Another C Compiler". Problem reported by Chris Long in <http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00134.html>.
This commit is contained in:
parent
79fc9707ae
commit
838bdfa56d
@ -1,3 +1,11 @@
|
|||||||
|
2010-08-29 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
AC_PROG_YACC: fix comment re what "yacc" stands for
|
||||||
|
* lib/autoconf/programs.m4 (AC_PROG_YACC): YACC stands for
|
||||||
|
"Yet Another Compiler Compiler", not "Yet Another C Compiler".
|
||||||
|
Problem reported by Chris Long in
|
||||||
|
<http://lists.gnu.org/archive/html/bug-autoconf/2010-08/msg00134.html>.
|
||||||
|
|
||||||
2010-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2010-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
Avoid long lines in testsuite script.
|
Avoid long lines in testsuite script.
|
||||||
|
@ -895,8 +895,8 @@ AN_PROGRAM([bison], [AC_PROG_YACC])
|
|||||||
AC_DEFUN([AC_PROG_YACC],
|
AC_DEFUN([AC_PROG_YACC],
|
||||||
[AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)dnl
|
[AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)dnl
|
||||||
AC_ARG_VAR(YACC,
|
AC_ARG_VAR(YACC,
|
||||||
[The `Yet Another C Compiler' implementation to use. Defaults to the first
|
[The `Yet Another Compiler Compiler' implementation to use. Defaults to
|
||||||
program found out of: `bison -y', `byacc', `yacc'.])dnl
|
the first program found out of: `bison -y', `byacc', `yacc'.])dnl
|
||||||
AC_ARG_VAR(YFLAGS,
|
AC_ARG_VAR(YFLAGS,
|
||||||
[The list of arguments that will be passed by default to $YACC. This script
|
[The list of arguments that will be passed by default to $YACC. This script
|
||||||
will default YFLAGS to the empty string to avoid a default value of `-d' given
|
will default YFLAGS to the empty string to avoid a default value of `-d' given
|
||||||
|
Loading…
Reference in New Issue
Block a user