diff options
author | Ton Voon <ton.voon@opsera.com> | 2010-06-17 09:16:43 (GMT) |
---|---|---|
committer | tonvoon <ton.voon@opsera.com> | 2010-06-23 13:30:34 (GMT) |
commit | 18f6835edaf7d640a2c9e476cb1babdbdadbfd9b (patch) | |
tree | ae11f40e48dc34658445c99012726f32bfb45c56 /gl/m4/gnulib-comp.m4 | |
parent | f61412478ceb7c821793c8356b936f64066508bf (diff) | |
download | monitoring-plugins-18f6835edaf7d640a2c9e476cb1babdbdadbfd9b.tar.gz |
Added state retention APIs. Implemented for check_snmp with --rate option.
See http://nagiosplugin.org/c-api-private for more details on the API.
Also updated check_snmp -l option to change the perfdata label.
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index 4a956e4..f4031cc 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 | |||
@@ -26,7 +26,6 @@ AC_DEFUN([gl_EARLY], | |||
26 | m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable | 26 | m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable |
27 | AC_REQUIRE([AC_PROG_RANLIB]) | 27 | AC_REQUIRE([AC_PROG_RANLIB]) |
28 | # Code from module alignof: | 28 | # Code from module alignof: |
29 | # Code from module alloca: | ||
30 | # Code from module alloca-opt: | 29 | # Code from module alloca-opt: |
31 | # Code from module arg-nonnull: | 30 | # Code from module arg-nonnull: |
32 | # Code from module arpa_inet: | 31 | # Code from module arpa_inet: |
@@ -37,6 +36,7 @@ AC_DEFUN([gl_EARLY], | |||
37 | # Code from module cloexec: | 36 | # Code from module cloexec: |
38 | # Code from module close-hook: | 37 | # Code from module close-hook: |
39 | # Code from module configmake: | 38 | # Code from module configmake: |
39 | # Code from module crypto/sha1: | ||
40 | # Code from module dirname: | 40 | # Code from module dirname: |
41 | # Code from module dirname-lgpl: | 41 | # Code from module dirname-lgpl: |
42 | # Code from module double-slash-root: | 42 | # Code from module double-slash-root: |
@@ -146,7 +146,6 @@ AC_DEFUN([gl_INIT], | |||
146 | gl_COMMON | 146 | gl_COMMON |
147 | gl_source_base='gl' | 147 | gl_source_base='gl' |
148 | # Code from module alignof: | 148 | # Code from module alignof: |
149 | # Code from module alloca: | ||
150 | # Code from module alloca-opt: | 149 | # Code from module alloca-opt: |
151 | gl_FUNC_ALLOCA | 150 | gl_FUNC_ALLOCA |
152 | # Code from module arg-nonnull: | 151 | # Code from module arg-nonnull: |
@@ -166,6 +165,8 @@ AC_DEFUN([gl_INIT], | |||
166 | gl_MODULE_INDICATOR_FOR_TESTS([cloexec]) | 165 | gl_MODULE_INDICATOR_FOR_TESTS([cloexec]) |
167 | # Code from module close-hook: | 166 | # Code from module close-hook: |
168 | # Code from module configmake: | 167 | # Code from module configmake: |
168 | # Code from module crypto/sha1: | ||
169 | gl_SHA1 | ||
169 | # Code from module dirname: | 170 | # Code from module dirname: |
170 | gl_DIRNAME | 171 | gl_DIRNAME |
171 | gl_MODULE_INDICATOR([dirname]) | 172 | gl_MODULE_INDICATOR([dirname]) |
@@ -222,7 +223,7 @@ AC_DEFUN([gl_INIT], | |||
222 | gl_FUNC_GETOPT_POSIX | 223 | gl_FUNC_GETOPT_POSIX |
223 | # Code from module gettext: | 224 | # Code from module gettext: |
224 | dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac. | 225 | dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac. |
225 | AM_GNU_GETTEXT_VERSION([0.17]) | 226 | AM_GNU_GETTEXT_VERSION([0.18.1]) |
226 | # Code from module gettext-h: | 227 | # Code from module gettext-h: |
227 | AC_SUBST([LIBINTL]) | 228 | AC_SUBST([LIBINTL]) |
228 | AC_SUBST([LTLIBINTL]) | 229 | AC_SUBST([LTLIBINTL]) |
@@ -522,7 +523,6 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
522 | build-aux/config.rpath | 523 | build-aux/config.rpath |
523 | build-aux/warn-on-use.h | 524 | build-aux/warn-on-use.h |
524 | lib/alignof.h | 525 | lib/alignof.h |
525 | lib/alloca.c | ||
526 | lib/alloca.in.h | 526 | lib/alloca.in.h |
527 | lib/arpa_inet.in.h | 527 | lib/arpa_inet.in.h |
528 | lib/asnprintf.c | 528 | lib/asnprintf.c |
@@ -613,6 +613,8 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
613 | lib/safe-read.h | 613 | lib/safe-read.h |
614 | lib/safe-write.c | 614 | lib/safe-write.c |
615 | lib/safe-write.h | 615 | lib/safe-write.h |
616 | lib/sha1.c | ||
617 | lib/sha1.h | ||
616 | lib/size_max.h | 618 | lib/size_max.h |
617 | lib/snprintf.c | 619 | lib/snprintf.c |
618 | lib/sockets.c | 620 | lib/sockets.c |
@@ -660,6 +662,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
660 | m4/00gnulib.m4 | 662 | m4/00gnulib.m4 |
661 | m4/alloca.m4 | 663 | m4/alloca.m4 |
662 | m4/arpa_inet_h.m4 | 664 | m4/arpa_inet_h.m4 |
665 | m4/asm-underscore.m4 | ||
663 | m4/base64.m4 | 666 | m4/base64.m4 |
664 | m4/btowc.m4 | 667 | m4/btowc.m4 |
665 | m4/c-strtod.m4 | 668 | m4/c-strtod.m4 |
@@ -740,6 +743,7 @@ AC_DEFUN([gl_FILE_LIST], [ | |||
740 | m4/safe-read.m4 | 743 | m4/safe-read.m4 |
741 | m4/safe-write.m4 | 744 | m4/safe-write.m4 |
742 | m4/servent.m4 | 745 | m4/servent.m4 |
746 | m4/sha1.m4 | ||
743 | m4/size_max.m4 | 747 | m4/size_max.m4 |
744 | m4/snprintf.m4 | 748 | m4/snprintf.m4 |
745 | m4/sockets.m4 | 749 | m4/sockets.m4 |