]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 29 Aug 1999 20:35:16 +0000 (20:35 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Aug 1999 20:35:16 +0000 (20:35 +0000)
m4/bison.m4 [new file with mode: 0644]

diff --git a/m4/bison.m4 b/m4/bison.m4
new file mode 100644 (file)
index 0000000..452bd93
--- /dev/null
@@ -0,0 +1,8 @@
+#serial 1
+
+AC_DEFUN(jm_BISON,
+[
+  # getdate.y works with bison only.
+  : ${YACC='bison -y'}
+  AC_SUBST(YACC)
+])