mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-13 15:26:48 +02: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)
|
|
])
|