summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-02-12 15:13:44 +0000
committerSascha Schumann <sas@php.net>2000-02-12 15:13:44 +0000
commit883c62b5e9fc96a9fc149f91de78377d73d3d9ec (patch)
treeb99848240de878facdc9b11555cd7d2654e7617a /acinclude.m4
parente7a4d5f18d109063b9779a6587fb32b77545adc0 (diff)
downloadphp-git-883c62b5e9fc96a9fc149f91de78377d73d3d9ec.tar.gz
$ext_src_base is the source dir of the extension
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ff560ebdfa..701a2db4aa 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -350,6 +350,7 @@ dnl a dynamically loadable library.
dnl
AC_DEFUN(PHP_EXTENSION,[
if test -d "$cwd/$srcdir/ext/$1" ; then
+ ext_src_base="${abs_srcdir}/ext/$1/"
ext_base="ext/$1/"
EXT_SUBDIRS="$EXT_SUBDIRS $1"
if test "$2" != "shared" && test "$2" != "yes" && test -z "$php_always_shared"; then