[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.47,1.47.2.1
Ton Voon
tonvoon at users.sourceforge.net
Wed Mar 19 14:43:02 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv20820
Modified Files:
Tag: r1_3_0
configure.in
Log Message:
Tru64 df support (Paul Clayton)
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -C2 -r1.47 -r1.47.2.1
*** configure.in 2 Mar 2003 04:58:12 -0000 1.47
--- configure.in 19 Mar 2003 22:42:04 -0000 1.47.2.1
***************
*** 695,698 ****
--- 695,703 ----
AC_MSG_RESULT([ df syntax... $PATH_TO_DF])
AC_DEFINE_UNQUOTED(DF_COMMAND,"$PATH_TO_DF",[path and args for df command])
+ dnl Tru64 support
+ elif df -Pk 2>/dev/null | egrep -i ["^[a-z_]+#[a-z_]+ +[0-9]+ +[0-9]+ +[0-9]+ +[0-9]+% +/[a-z0-9/]*"] > /dev/null
+ AC_PATH_PROG(PATH_TO_DF,df)
+ AC_MSG_RESULT([ df syntax... $PATH_TO_DF -Pk (Tru64)])
+ AC_DEFINE_UNQUOTED(DF_COMMAND,"$PATH_TO_DF -Pk",[path and args for df command])
else
AC_MSG_WARN("unable to find usable df syntax")
More information about the Commits
mailing list