comparison m4/gnulib-cache.m4 @ 112305:f31011c088d9

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 17:20:28 -0800
parents 16ae11ee4ab8
children 474d5026a5a2
comparison
equal deleted inserted replaced
112304:9539682ee916 112305:f31011c088d9
13 # In projects that use version control, this file is meant to be put under 13 # In projects that use version control, this file is meant to be put under
14 # version control, like the configure.ac and various Makefile.am files. 14 # version control, 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=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files dummy 18 # gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files ftoastr
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 dummy 23 ftoastr
24 ]) 24 ])
25 gl_AVOID([]) 25 gl_AVOID([])
26 gl_SOURCE_BASE([lib]) 26 gl_SOURCE_BASE([lib])
27 gl_M4_BASE([m4]) 27 gl_M4_BASE([m4])
28 gl_PO_BASE([]) 28 gl_PO_BASE([])