pier 02/05/03 09:11:22
Modified: webapp/support wa_apr.m4
Log:
The "default" location of the APR directory is actually relative to
${srcdir} if this is defined.
Revision Changes Path
1.4 +6 -2 jakarta-tomcat-connectors/webapp/support/wa_apr.m4
Index: wa_apr.m4
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/support/wa_apr.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wa_apr.m4 1 May 2002 20:58:36 -0000 1.3
+++ wa_apr.m4 3 May 2002 16:11:22 -0000 1.4
@@ -57,7 +57,7 @@
dnl --------------------------------------------------------------------------
dnl Author Pier Fumagalli <[EMAIL PROTECTED]>
-dnl Version $Id: wa_apr.m4,v 1.3 2002/05/01 20:58:36 pier Exp $
+dnl Version $Id: wa_apr.m4,v 1.4 2002/05/03 16:11:22 pier Exp $
dnl --------------------------------------------------------------------------
dnl --------------------------------------------------------------------------
@@ -68,7 +68,11 @@
AC_DEFUN(
[WA_APR],
[
- wa_apr_tempval="apr"
+ if test -z "${srcdir}" ; then
+ wa_apr_tempval="apr"
+ else
+ wa_apr_tempval="${srcdir}/apr"
+ fi
AC_MSG_CHECKING([for apr sources])
AC_ARG_WITH(
[apr],
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>