Mercurial > hg-old > index.cgi
comparison m4/gnulib-cache.m4 @ 258:be5a84c8f4e4 2.x
Added missing asprintf() to gnulib
author | lost |
---|---|
date | Tue, 22 Dec 2009 05:47:42 +0000 |
parents | c7a41b4c89b3 |
children | c3a34f820893 6cbc409ff09f |
comparison
equal
deleted
inserted
replaced
257:e27279180a73 | 258:be5a84c8f4e4 |
---|---|
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 | 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 |
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 ]) | 25 ]) |
25 gl_AVOID([]) | 26 gl_AVOID([]) |
26 gl_SOURCE_BASE([lib]) | 27 gl_SOURCE_BASE([lib]) |
27 gl_M4_BASE([m4]) | 28 gl_M4_BASE([m4]) |
28 gl_PO_BASE([]) | 29 gl_PO_BASE([]) |