comparison m4/gnulib-cache.m4 @ 269:6cbc409ff09f 2.6

Added asprintf redux
author lost
date Tue, 22 Dec 2009 05:53:05 +0000
parents c48e676d641f
children
comparison
equal deleted inserted replaced
268:c48e676d641f 269:6cbc409ff09f
13 # In projects using CVS, this file is meant to be stored in CVS, 13 # In projects using CVS, this file is meant to be stored in CVS,
14 # like the configure.ac and various Makefile.am files. 14 # like the configure.ac and various Makefile.am files.
15 15
16 16
17 # Specification in the form of a command-line invocation: 17 # Specification in the form of a command-line invocation:
18 # 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 18 # 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
19 19
20 # Specification in the form of a few gnulib-tool.m4 macro invocations: 20 # Specification in the form of a few gnulib-tool.m4 macro invocations:
21 gl_LOCAL_DIR([]) 21 gl_LOCAL_DIR([])
22 gl_MODULES([ 22 gl_MODULES([
23 argp 23 argp
24 asprintf 24 vasprintf
25 ]) 25 ])
26 gl_AVOID([]) 26 gl_AVOID([])
27 gl_SOURCE_BASE([lib]) 27 gl_SOURCE_BASE([lib])
28 gl_M4_BASE([m4]) 28 gl_M4_BASE([m4])
29 gl_PO_BASE([]) 29 gl_PO_BASE([])