comparison m4/gnulib-cache.m4 @ 112311:babd014aab81

Regenerate.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 08 Jan 2011 23:33:50 -0800
parents 474d5026a5a2
children f3056cf0073a
comparison
equal deleted inserted replaced
112310:e838cdd68eae 112311:babd014aab81
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 ftoastr mktime 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 getopt-gnu mktime
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 ftoastr 23 ftoastr
24 getopt-gnu
24 mktime 25 mktime
25 ]) 26 ])
26 gl_AVOID([]) 27 gl_AVOID([])
27 gl_SOURCE_BASE([lib]) 28 gl_SOURCE_BASE([lib])
28 gl_M4_BASE([m4]) 29 gl_M4_BASE([m4])