summaryrefslogtreecommitdiffstats
path: root/m4/np_coreutils.m4
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-07-03 07:55:52 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-07-03 07:55:52 (GMT)
commitc46acd0f4b57def6176e2041eb44a02498f6b095 (patch)
treea363b1a66f8c1f4cd9747496c7c5f875af0b732b /m4/np_coreutils.m4
parent679f03fbee67cdaa4035f909b3ef5e1eb6c8e30f (diff)
downloadmonitoring-plugins-c46acd0f4b57def6176e2041eb44a02498f6b095.tar.gz
Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1438 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'm4/np_coreutils.m4')
-rw-r--r--m4/np_coreutils.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/np_coreutils.m4 b/m4/np_coreutils.m4
index 44aa3b8..18c5f66 100644
--- a/m4/np_coreutils.m4
+++ b/m4/np_coreutils.m4
@@ -11,6 +11,7 @@ dnl Usually in coreutils' prereq.m4, but this is a subset that we need
11AC_DEFUN([np_COREUTILS], 11AC_DEFUN([np_COREUTILS],
12[ 12[
13 AC_REQUIRE([AM_STDBOOL_H]) 13 AC_REQUIRE([AM_STDBOOL_H])
14 AC_REQUIRE([gl_C_STRTOLD])
14 AC_REQUIRE([gl_GETOPT]) 15 AC_REQUIRE([gl_GETOPT])
15 AC_REQUIRE([gl_AFS]) 16 AC_REQUIRE([gl_AFS])
16 AC_REQUIRE([gl_EXITFAIL]) 17 AC_REQUIRE([gl_EXITFAIL])