[Nagiosplug-checkins] nagiosplug/m4 Makefile.am,1.1,1.2 np_coreutils.m4,1.1,1.2

Ton Voon tonvoon at users.sourceforge.net
Tue Dec 21 01:33:12 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/m4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12575/m4

Modified Files:
	Makefile.am np_coreutils.m4 
Log Message:
Fixed compile problem on Sol2.6 with stdbool.h


Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/m4/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	15 Dec 2004 21:01:22 -0000	1.1
+++ Makefile.am	21 Dec 2004 09:32:45 -0000	1.2
@@ -28,6 +28,7 @@
 EXTRA_DIST += onceonly.m4
 EXTRA_DIST += progtest.m4
 EXTRA_DIST += realloc.m4
+EXTRA_DIST += stdbool.m4
 EXTRA_DIST += stdint_h.m4
 EXTRA_DIST += uintmax_t.m4
 EXTRA_DIST += ulonglong.m4

Index: np_coreutils.m4
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/m4/np_coreutils.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- np_coreutils.m4	15 Dec 2004 20:51:47 -0000	1.1
+++ np_coreutils.m4	21 Dec 2004 09:32:45 -0000	1.2
@@ -6,8 +6,12 @@
 m4_pattern_forbid([^jm_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
 m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
 
+dnl These are all m4 things that need to be called
+dnl Usually in coreutils' prereq.m4, but this is a subset that we need
 AC_DEFUN([np_COREUTILS],
 [
+  AC_REQUIRE([gl_GETOPT])
+  AC_REQUIRE([AM_STDBOOL_H])
   AC_REQUIRE([jm_AFS])
   AC_REQUIRE([gl_EXITFAIL])
   AC_REQUIRE([gl_XALLOC])





More information about the Commits mailing list