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

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