summaryrefslogtreecommitdiffstats
path: root/gl/m4/gnulib-cache.m4
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-29 08:04:05 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-29 08:04:05 (GMT)
commit55f97c2021bf920b62148ea31fdf56d95572d944 (patch)
tree065722942d1281bf87cec98bf487f72645d9349e /gl/m4/gnulib-cache.m4
parentfc9fbe1e89ac7b8349f65f1953a5e432f0cc3846 (diff)
downloadmonitoring-plugins-55f97c2.tar.gz
Add strcase gnulib module
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r--gl/m4/gnulib-cache.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4
index 2ed3509..e61a536 100644
--- a/gl/m4/gnulib-cache.m4
+++ b/gl/m4/gnulib-cache.m4
@@ -27,7 +27,7 @@
27 27
28 28
29# Specification in the form of a command-line invocation: 29# Specification in the form of a command-line invocation:
30# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt-gnu gettext mountlist regex setenv strsep timegm unsetenv vasprintf vsnprintf 30# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname environ floorf fsusage getaddrinfo gethostname getloadavg getopt-gnu gettext mountlist regex setenv strcase strsep timegm unsetenv vasprintf vsnprintf
31 31
32# Specification in the form of a few gnulib-tool.m4 macro invocations: 32# Specification in the form of a few gnulib-tool.m4 macro invocations:
33gl_LOCAL_DIR([]) 33gl_LOCAL_DIR([])
@@ -46,6 +46,7 @@ gl_MODULES([
46 mountlist 46 mountlist
47 regex 47 regex
48 setenv 48 setenv
49 strcase
49 strsep 50 strsep
50 timegm 51 timegm
51 unsetenv 52 unsetenv