[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.35,1.36
Ton Voon
tonvoon at users.sourceforge.net
Mon Feb 10 16:00:02 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv5302
Modified Files:
configure.in
Log Message:
Update with references to REQUIREMENTS
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** configure.in 10 Feb 2003 23:26:14 -0000 1.35
--- configure.in 10 Feb 2003 23:59:22 -0000 1.36
***************
*** 114,118 ****
if test -z "$PGINCLUDE"; then
AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
! AC_MSG_WARN([install PostgreSQL headers to compile this plugin (see Requirements).])
else
AC_SUBST(PGLIBS)
--- 114,118 ----
if test -z "$PGINCLUDE"; then
AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
! AC_MSG_WARN([install PostgreSQL headers to compile this plugin (see REQUIREMENTS).])
else
AC_SUBST(PGLIBS)
***************
*** 123,131 ****
AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
AC_MSG_WARN([LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"])
! AC_MSG_WARN([install PostgreSQL libs to compile this plugin (see Requirements).])
fi
else
AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
! AC_MSG_WARN([install lib crypt and PostgreSQL libs to compile this plugin (see Requirements).])
fi
LIBS="$_SAVEDLIBS"
--- 123,131 ----
AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
AC_MSG_WARN([LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"])
! AC_MSG_WARN([install PostgreSQL libs to compile this plugin (see REQUIREMENTS).])
fi
else
AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
! AC_MSG_WARN([install lib crypt and PostgreSQL libs to compile this plugin (see REQUIREMENTS).])
fi
LIBS="$_SAVEDLIBS"
***************
*** 141,145 ****
else
AC_MSG_WARN([Skipping radius plugin])
! AC_MSG_WARN([install radius libs to compile this plugin (see Requirements).])
fi
LIBS="$_SAVEDLIBS"
--- 141,145 ----
else
AC_MSG_WARN([Skipping radius plugin])
! AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).])
fi
LIBS="$_SAVEDLIBS"
***************
*** 156,160 ****
else
AC_MSG_WARN([Skipping LDAP plugin])
! AC_MSG_WARN([install LDAP libs to compile this plugin (see Requirements).])
fi
LIBS="$_SAVEDLIBS"
--- 156,160 ----
else
AC_MSG_WARN([Skipping LDAP plugin])
! AC_MSG_WARN([install LDAP libs to compile this plugin (see REQUIREMENTS).])
fi
LIBS="$_SAVEDLIBS"
***************
*** 192,200 ****
else
AC_MSG_WARN([Skipping mysql plugin])
! AC_MSG_WARN([install mysql client headers to compile this plugin (see Requirements).])
fi
else
AC_MSG_WARN([Skipping mysql plugin])
! AC_MSG_WARN([install mysql client libs to compile this plugin (see Requirements).])
fi
CPPFLAGS="$_SAVEDCPPFLAGS"
--- 192,200 ----
else
AC_MSG_WARN([Skipping mysql plugin])
! AC_MSG_WARN([install mysql client headers to compile this plugin (see REQUIREMENTS).])
fi
else
AC_MSG_WARN([Skipping mysql plugin])
! AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).])
fi
CPPFLAGS="$_SAVEDCPPFLAGS"
More information about the Commits
mailing list