comparison 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
comparison
equal deleted inserted replaced
328:591d01b343b9 329:c15cca3ae6a2
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 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 vasprintf
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([])