mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-09 16:39:34 -04:00
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
#serial 1
|
|
|
|
AC_DEFUN(jm_BISON,
|
|
[
|
|
# getdate.y works with bison only.
|
|
: ${YACC='bison -y'}
|
|
AC_SUBST(YACC)
|
|
])
|