summaryrefslogtreecommitdiff
path: root/modules/bison
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-01 18:06:05 +0200
committerBruno Haible <bruno@clisp.org>2020-05-01 18:20:50 +0200
commit6c71b2c51bc633f230054d9496d6bb2f0c1d4874 (patch)
tree7220416a2e5fe25825661a2c487c7d4c91be700c /modules/bison
parenta8544a6b85dc1ff7f592bb6d74989635f08b2e8a (diff)
downloadgnulib-6c71b2c51bc633f230054d9496d6bb2f0c1d4874.tar.gz
bison: New module.
* m4/bison.m4 (gl_PROG_BISON): New macro, extracted from m4/parse-datetime.m4. * m4/parse-datetime.m4 (gl_PARSE_DATETIME): Invoke gl_PROG_BISON. * modules/bison: New file. * modules/parse-datetime (Files): Remove m4/bison.m4. (Depends-on): Add bison.
Diffstat (limited to 'modules/bison')
-rw-r--r--modules/bison21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/bison b/modules/bison
new file mode 100644
index 0000000000..126c5ec0c5
--- /dev/null
+++ b/modules/bison
@@ -0,0 +1,21 @@
+Description:
+Building bison-generated parsers.
+
+Files:
+m4/bison.m4
+
+Depends-on:
+
+configure.ac:
+# See the comments in bison.m4.
+
+Makefile.am:
+# See the comments in bison.m4.
+
+Include:
+
+License:
+GPLed build tool
+
+Maintainer:
+all