From: Sascha Schumann Date: Sat, 12 Feb 2000 15:13:44 +0000 (+0000) Subject: $ext_src_base is the source dir of the extension X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=883c62b5e9fc96a9fc149f91de78377d73d3d9ec;p=php $ext_src_base is the source dir of the extension --- 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