[Modcplusplus-devel] (johnksterling) mod_cplusplus/test Makefile.am
Brought to you by:
gr84b8,
johnksterling
|
From: Mod C. C. L. <mod...@so...> - 2004-11-26 18:39:42
|
Mod Cplusplus CVS committal
Author : johnksterling
Project : mod_cplusplus
Module : test
Dir : mod_cplusplus/test
Modified Files:
Makefile.am
Log Message:
support apxs - this will definitely work right now if all include files are declared byapxs. Im not sure if there are installations where apr.h is not put in INCLUDEDIR - if there are systems like that I would have to make more changes.
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/test/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 16 Aug 2003 01:34:04 -0000 1.3
+++ Makefile.am 26 Nov 2004 18:39:34 -0000 1.4
@@ -1,5 +1,5 @@
DISTFILES = t Apache-Test Makefile.am Makefile.in
check:
- APXS=${HTTPD_DIR}/bin/apxs; \
+ APXS=${APXS}; \
export APXS; \
perl t/CPPTest
|