Update of /cvsroot/nagiosplug/nagiosplug/m4
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28165/m4
Modified Files:
np_coreutils.m4
Added Files:
fcntl-safer.m4 unistd-safer.m4
Log Message:
Extra files from coreutils required for getloadavg.c to compile
on Tru64 (Ciro Iriarte - 1520331)
--- NEW FILE: fcntl-safer.m4 ---
#serial 2
dnl Copyright (C) 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FCNTL_SAFER],
[
AC_LIBSOURCES([creat-safer.c, fcntl-safer.h, open-safer.c, fcntl--.h])
AC_LIBOBJ([open-safer])
AC_LIBOBJ([creat-safer])
])
--- NEW FILE: unistd-safer.m4 ---
#serial 7
dnl Copyright (C) 2002, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_UNISTD_SAFER],
[
AC_LIBSOURCES([dup-safer.c, fd-safer.c, pipe-safer.c, unistd-safer.h,
unistd--.h])
AC_LIBOBJ([dup-safer])
AC_LIBOBJ([fd-safer])
AC_LIBOBJ([pipe-safer])
])
Index: np_coreutils.m4
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/m4/np_coreutils.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- np_coreutils.m4 4 Jul 2006 09:47:44 -0000 1.6
+++ np_coreutils.m4 11 Jul 2006 12:38:08 -0000 1.7
@@ -13,11 +13,13 @@
AC_REQUIRE([AM_STDBOOL_H])
AC_REQUIRE([gl_C_STRTOLD])
AC_REQUIRE([gl_EXITFAIL])
+ AC_REQUIRE([gl_FCNTL_SAFER])
AC_REQUIRE([gl_FSUSAGE])
AC_REQUIRE([gl_FUNC_ALLOCA])
AC_REQUIRE([gl_GETOPT])
AC_REQUIRE([gl_MOUNTLIST])
AC_REQUIRE([gl_REGEX])
+ AC_REQUIRE([gl_UNISTD_SAFER])
AC_REQUIRE([gl_XALLOC])
AC_REQUIRE([gl_FUNC_GLIBC_UNLOCKED_IO])
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|