changeset 268:c48e676d641f 2.6

Added missing asprintf() to gnulib
author lost
date Tue, 22 Dec 2009 05:46:58 +0000
parents bec6d2480f08
children 6cbc409ff09f
files lib/Makefile.am m4/gnulib-cache.m4
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am	Tue Dec 22 05:33:32 2009 +0000
+++ b/lib/Makefile.am	Tue Dec 22 05:46:58 2009 +0000
@@ -9,7 +9,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: 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
+# Reproduce by: 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 asprintf
 
 AUTOMAKE_OPTIONS = 1.5 gnits
 
--- a/m4/gnulib-cache.m4	Tue Dec 22 05:33:32 2009 +0000
+++ b/m4/gnulib-cache.m4	Tue Dec 22 05:46:58 2009 +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 asprintf
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
 gl_MODULES([
   argp
+  asprintf
 ])
 gl_AVOID([])
 gl_SOURCE_BASE([lib])