* atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc.
[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 ])