1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-09 03:06:33 +02:00
Files
coreutils/m4/bison.m4
T

9 lines
114 B
Plaintext

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