diff options
| author | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
| commit | 8a26918ed113620828f48989e6a170cd630f6a4e (patch) | |
| tree | 0fedcc6f4b9f8a6c657305fa96b7d89bcc641787 /sapi/apache/config.m4 | |
| parent | c713967de336eea5b774b134a4e4023f1b8c946c (diff) | |
| download | php-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.m4 | 6 |
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 |
