summaryrefslogtreecommitdiff
path: root/modules/va-args
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-15 06:59:43 -0700
committerEric Blake <ebb9@byu.net>2009-12-23 07:09:15 -0700
commit744df8b1de32a5c4047aff5e9a9fa8b680ffea6f (patch)
tree456e7d3dc656420cff3afbc6bac6f17ccbbb6fc1 /modules/va-args
parent169ab5dec0e562548959482e3ff63c96c340e0d1 (diff)
downloadgnulib-744df8b1de32a5c4047aff5e9a9fa8b680ffea6f.tar.gz
va-args: new module
* modules/va-args: New file. * m4/va-args.m4 (gl_VA_ARGS): Likewise. * MODULES.html.sh (Core language properties): Mention it. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/va-args')
-rw-r--r--modules/va-args20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/va-args b/modules/va-args
new file mode 100644
index 0000000000..79fb16328e
--- /dev/null
+++ b/modules/va-args
@@ -0,0 +1,20 @@
+Description:
+Detect whether the preprocessor supports C99 variadic macros and __VA_ARGS__.
+
+Files:
+m4/va-args.m4
+
+Depends-on:
+
+configure.ac:
+gl_VA_ARGS
+
+Makefile.am:
+
+Include:
+
+License:
+LGPL
+
+Maintainer:
+Eric Blake