mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-26 03:13:42 +08:00
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
#serial 3
|
|
|
|
AC_DEFUN([gl_BISON],
|
|
[
|
|
# getdate.y works with bison only.
|
|
: ${YACC='bison -y'}
|
|
AC_SUBST(YACC)
|
|
])
|