error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
[gnulib.git] / m4 / bison.m4
1 #serial 3
2
3 AC_DEFUN([gl_BISON],
4 [
5   # getdate.y works with bison only.
6   : ${YACC='bison -y'}
7   AC_SUBST(YACC)
8 ])