summaryrefslogtreecommitdiffstats
path: root/gl/m4/gnulib-cache.m4
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-24 08:57:07 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-24 08:57:07 (GMT)
commitf789a37b057b6f34820ea4f95d63f53b5a84c980 (patch)
tree73b532f430f5e09ed8123824cf6ac852116471eb /gl/m4/gnulib-cache.m4
parentb8e2850c1add8031a11d951bec1459b203582299 (diff)
downloadmonitoring-plugins-f789a37b057b6f34820ea4f95d63f53b5a84c980.tar.gz
Added strsep to gnulib, for check_snmp.c
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 97b1849..f23cb51 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 --no-vc-files base64 crypto/sha1 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex timegm 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 --no-vc-files base64 crypto/sha1 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex strsep 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:
21gl_LOCAL_DIR([]) 21gl_LOCAL_DIR([])
@@ -32,6 +32,7 @@ gl_MODULES([
32 gettext 32 gettext
33 mountlist 33 mountlist
34 regex 34 regex
35 strsep
35 timegm 36 timegm
36 vasprintf 37 vasprintf
37 vsnprintf 38 vsnprintf