summaryrefslogtreecommitdiff
path: root/m4/bison.m4
blob: c4854b273ace9a0bf7d89893a921d24fa5ccd6f6 (plain)
1
2
3
4
5
6
7
8
#serial 3

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