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

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