Add Gnulib `strftime' module, update Gnulib files.

* m4/gnulib-cache.m4 (gl_MODULES): Add `strftime'.
This commit is contained in:
Ludovic Courtès 2008-09-02 21:16:10 +02:00
commit e65fc94b7a
19 changed files with 2368 additions and 11 deletions

View file

@ -15,7 +15,7 @@
# Specification in the form of a command-line invocation:
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl alloca extensions strcase
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl alloca extensions strcase strftime
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
@ -23,6 +23,7 @@ gl_MODULES([
alloca
extensions
strcase
strftime
])
gl_AVOID([])
gl_SOURCE_BASE([lib])