+2005-06-16 Derek Price <derek@ximbiot.com>
+
+ * bison.m4: Declare YACC & YFLAGS precious.
+
2005-06-08 Bruno Haible <bruno@clisp.org>
* csharpcomp.m4: New file, from GNU gettext.
[
# getdate.y works with bison only.
: ${YACC='bison -y'}
- AC_SUBST(YACC)
+ AC_ARG_VAR(YACC,
+[The `Yet Another C Compiler' implementation to use. Defaults to `bison -y'.
+Values other than `bison -y' will most likely break on most systems.])dnl
+ AC_ARG_VAR(YFLAGS,
+[YFLAGS contains the list arguments that will be passed by default to Bison.
+This script will default YFLAGS to the empty string to avoid a default value of
+`-d' given by some make applications.])dnl
])