From 6b9cc76d0a27631fbab19a31ab8bd46e143b7580 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 13 Jul 2006 08:54:57 +0000 Subject: Using coreutils' base_name function because of portability issues with Tru64 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1450 f882894a-f735-0410-b71e-b25c423dba1c --- m4/np_coreutils.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'm4/np_coreutils.m4') diff --git a/m4/np_coreutils.m4 b/m4/np_coreutils.m4 index 5360bbd0..77cb9f69 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 AC_DEFUN([np_COREUTILS], [ AC_REQUIRE([AM_STDBOOL_H]) + AC_REQUIRE([gl_BASENAME]) AC_REQUIRE([gl_C_STRTOLD]) AC_REQUIRE([gl_EXITFAIL]) AC_REQUIRE([gl_FCNTL_SAFER]) -- cgit v1.2.3-74-g34f1