diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-03-20 06:48:40 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-03-20 06:57:11 (GMT) |
commit | 3fa3707b5752adfe348e101a194635cc11ace2af (patch) | |
tree | b8a8d4e0c1db4a056ea64224ba7d06dcf630a48b /gl/m4/gnulib-cache.m4 | |
parent | d36c97612990ac81d2dc0452b980e8708477df76 (diff) | |
download | monitoring-plugins-3fa3707b5752adfe348e101a194635cc11ace2af.tar.gz |
Add the timegm Gnulib module
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index eb47134..385f543 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 | |||
@@ -15,7 +15,7 @@ | |||
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=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl base64 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex vasprintf vsnprintf | 18 | # gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl base64 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex timegm vasprintf vsnprintf |
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([]) |
@@ -31,6 +31,7 @@ gl_MODULES([ | |||
31 | gettext | 31 | gettext |
32 | mountlist | 32 | mountlist |
33 | regex | 33 | regex |
34 | timegm | ||
34 | vasprintf | 35 | vasprintf |
35 | vsnprintf | 36 | vsnprintf |
36 | ]) | 37 | ]) |