1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-09 06:24:24 +02:00
Files
coreutils/m4/bison.m4
2001-08-12 13:26:00 +00:00

9 lines
114 B
Plaintext

#serial 2
AC_DEFUN([jm_BISON],
[
# getdate.y works with bison only.
: ${YACC='bison -y'}
AC_SUBST(YACC)
])