[Nagiosplug-checkins] nagiosplug configure.in,1.179,1.180
Ton Voon
tonvoon at users.sourceforge.net
Fri Apr 28 01:46:03 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5444
Modified Files:
configure.in
Log Message:
Added pst3 into distribution (Jason Kau - 1476451)
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- configure.in 27 Apr 2006 13:25:09 -0000 1.179
+++ configure.in 28 Apr 2006 08:45:24 -0000 1.180
@@ -84,6 +84,7 @@
AC_SUBST(with_trusted_path)
EXTRAS=
+EXTRAS_ROOT=pst3
dnl PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/etc:/usr/local/bin:/usr/local/sbin:$PATH
LDFLAGS="$LDFLAGS -L."
@@ -656,8 +657,6 @@
[Variable list for sscanf of 'ps' output]),
PS_VARLIST=$withval)
-AM_CONDITIONAL(WANT_PST3, false)
-
if test -n "$PS_COMMAND" && test -n "$PS_FORMAT" && test -n "$PS_COLS" && test -n "$PS_VARLIST"; then
ac_cv_ps_command="$PS_COMMAND"
ac_cv_ps_format="$PS_FORMAT"
@@ -688,7 +687,7 @@
ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
ac_cv_ps_cols=8
AC_MSG_RESULT([using nagios-plugins internal ps for solaris])
- AM_CONDITIONAL(WANT_PST3, true)
+ EXTRAS_ROOT="$EXTRAS_ROOT pst3"
dnl Some gnu/linux systems (debian for one) don't like -axwo and need axwo.
dnl so test for this first...
@@ -1658,6 +1657,7 @@
esac
AC_SUBST(EXTRAS)
+AC_SUBST(EXTRAS_ROOT)
AC_SUBST(EXTRA_NETOBJS)
AC_SUBST(DEPLIBS)
More information about the Commits
mailing list