Update unit test framework to build with libtool and show test name in debug log.

This commit is contained in:
brectanus
2008-02-08 21:33:21 +00:00
parent 45e85e4c89
commit 96b3ea6f21
3 changed files with 32 additions and 14 deletions

View File

@@ -93,6 +93,8 @@ VERSION_OK
APXS_CFLAGS="`$APXS -q CFLAGS` `$APXS -q EXTRA_CFLAGS`"
APXS_LDFLAGS="`$APXS -q LDFLAGS` `$APXS -q EXTRA_LDFLAGS`"
APXS_LIBS="`$APXS -q LIBS` `$APXS -q EXTRA_LIBS`"
APXS_LIBTOOL="`$APXS -q LIBTOOL`"
APXS_CC="`$APXS -q CC`"
else
AC_MSG_ERROR(couldn't find APXS)
fi
@@ -231,6 +233,8 @@ AC_SUBST(MODSEC_APXS_EXTRA_CFLAGS)
AC_SUBST(APXS_LDFLAGS)
AC_SUBST(APXS_LIBS)
AC_SUBST(APXS_CFLAGS)
AC_SUBST(APXS_LIBTOOL)
AC_SUBST(APXS_CC)
CHECK_PCRE()
CHECK_APR()