From: Jim Meyering Date: Sun, 29 Aug 1999 20:35:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09b7fb4252c609b912d19230be9dcfd56f135053;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/bison.m4 b/m4/bison.m4 new file mode 100644 index 0000000000..452bd93a71 --- /dev/null +++ b/m4/bison.m4 @@ -0,0 +1,8 @@ +#serial 1 + +AC_DEFUN(jm_BISON, +[ + # getdate.y works with bison only. + : ${YACC='bison -y'} + AC_SUBST(YACC) +])