jerenkrantz 02/05/09 20:11:17
Modified: build find_apr.m4
build find_apu.m4
Log:
Add /usr/local/apache2 directory to our default search path so that
people who have basic configurations of httpd-2.0 can find their APR
and APR-util.
(Kevin committed this to SVN.)
Submitted by: Kevin Pilch-Bisson <[EMAIL PROTECTED]>
Reviewed by: Justin Erenkrantz
Revision Changes Path
1.12 +1 -1 apr/build/find_apr.m4
Index: find_apr.m4
===================================================================
RCS file: /home/cvs/apr/build/find_apr.m4,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- find_apr.m4 23 Feb 2002 12:04:42 -0000 1.11
+++ find_apr.m4 10 May 2002 03:11:17 -0000 1.12
@@ -77,7 +77,7 @@
apr_config="apr-config"
else
dnl look in some standard places (apparently not in builtin/default)
- for lookdir in /usr /usr/local /opt/apr ; do
+ for lookdir in /usr /usr/local /opt/apr /usr/local/apache2 ; do
if $TEST_X "$lookdir/bin/apr-config"; then
apr_found="yes"
apr_config="$lookdir/bin/apr-config"
1.5 +1 -1 apr-util/build/find_apu.m4
Index: find_apu.m4
===================================================================
RCS file: /home/cvs/apr-util/build/find_apu.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- find_apu.m4 15 Feb 2002 02:44:24 -0000 1.4
+++ find_apu.m4 10 May 2002 03:11:17 -0000 1.5
@@ -75,7 +75,7 @@
apu_config="apu-config"
else
dnl look in the some standard places (apparently not in
builtin/default)
- for lookdir in /usr /usr/local /opt/apr ; do
+ for lookdir in /usr /usr/local /opt/apr /usr/local/apache2 ; do
if test -x "$lookdir/bin/apu-config"; then
apu_found="yes"
apu_config="$lookdir/bin/apu-config"