[Nagiosplug-checkins] nagiosplug configure.in,1.171,1.172
Ton Voon
tonvoon at users.sourceforge.net
Thu Mar 16 09:32:05 CET 2006
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18313
Modified Files:
configure.in
Log Message:
Using libtool to get runpath for tap library
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- configure.in 24 Feb 2006 16:41:06 -0000 1.171
+++ configure.in 16 Mar 2006 17:31:04 -0000 1.172
@@ -23,7 +23,7 @@
AC_PROG_CC
AC_PROG_CPP
AC_PROG_GCC_TRADITIONAL
-AC_PROG_RANLIB
+AC_PROG_LIBTOOL
AC_PROG_MAKE_SET
AC_PROG_AWK
@@ -168,10 +168,8 @@
dnl Check for libtap, to run perl-like tests
AC_CHECK_LIB(tap, plan_tests,
- TAPLIBS="-ltap"
EXTRA_TEST=test_utils
AC_SUBST(EXTRA_TEST)
- AC_SUBST(TAPLIBS)
)
dnl Check for PostgreSQL libraries
More information about the Commits
mailing list