diff m4/gnulib-cache.m4 @ 329:c15cca3ae6a2

Created first pass of input layer
author lost
date Sun, 28 Feb 2010 05:01:31 +0000
parents 4853b105af23
children a741d2e4869f
line wrap: on
line diff
--- a/m4/gnulib-cache.m4	Sat Feb 13 06:08:26 2010 +0000
+++ b/m4/gnulib-cache.m4	Sun Feb 28 05:01:31 2010 +0000
@@ -15,12 +15,13 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-libtool --macro-prefix=gl argp
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-libtool --macro-prefix=gl argp vasprintf
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
 gl_MODULES([
   argp
+  vasprintf
 ])
 gl_AVOID([])
 gl_SOURCE_BASE([lib])