mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-30 19:34:26 +00:00
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
#serial 2
|
|
|
|
AC_DEFUN([jm_BISON],
|
|
[
|
|
# getdate.y works with bison only.
|
|
: ${YACC='bison -y'}
|
|
AC_SUBST(YACC)
|
|
])
|