summaryrefslogtreecommitdiff
path: root/sapi/apache/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-03-27 20:35:04 +0000
committerfoobar <sniper@php.net>2001-03-27 20:35:04 +0000
commit8a26918ed113620828f48989e6a170cd630f6a4e (patch)
tree0fedcc6f4b9f8a6c657305fa96b7d89bcc641787 /sapi/apache/config.m4
parentc713967de336eea5b774b134a4e4023f1b8c946c (diff)
downloadphp-git-8a26918ed113620828f48989e6a170cd630f6a4e.tar.gz
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..
Diffstat (limited to 'sapi/apache/config.m4')
-rw-r--r--sapi/apache/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4
index cd20324501..8030f2c8ee 100644
--- a/sapi/apache/config.m4
+++ b/sapi/apache/config.m4
@@ -24,7 +24,7 @@ AC_ARG_WITH(apxs,
fi
fi
else
- AC_EXPAND_PATH($withval, APXS)
+ PHP_EXPAND_PATH($withval, APXS)
fi
if $APXS -q CFLAGS >/dev/null 2>&1; then
@@ -47,7 +47,7 @@ AC_ARG_WITH(apxs,
-D*) CPPFLAGS="$CPPFLAGS $flag";;
esac
done
- AC_ADD_INCLUDE($APXS_INCLUDEDIR)
+ PHP_ADD_INCLUDE($APXS_INCLUDEDIR)
PHP_SAPI=apache
APACHE_INSTALL="$APXS -i -a -n php4 $SAPI_SHARED"
PHP_BUILD_SHARED
@@ -75,7 +75,7 @@ AC_ARG_WITH(apache,
fi
if test "$withval" != "no"; then
APACHE_MODULE=yes
- AC_EXPAND_PATH($withval, withval)
+ PHP_EXPAND_PATH($withval, withval)
# For Apache 1.2.x
if test -f $withval/src/httpd.h; then
APACHE_INCLUDE=-I$withval/src