1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00
Files
coreutils/m4/bison.m4
T

9 lines
114 B
Plaintext
Raw Normal View History

#serial 2
1999-08-29 20:35:16 +00:00
AC_DEFUN([jm_BISON],
1999-08-29 20:35:16 +00:00
[
# getdate.y works with bison only.
: ${YACC='bison -y'}
AC_SUBST(YACC)
])