]> granicus.if.org Git - php/commitdiff
$ext_src_base is the source dir of the extension
authorSascha Schumann <sas@php.net>
Sat, 12 Feb 2000 15:13:44 +0000 (15:13 +0000)
committerSascha Schumann <sas@php.net>
Sat, 12 Feb 2000 15:13:44 +0000 (15:13 +0000)
acinclude.m4

index ff560ebdfaad402972914c2a769ec556db5642df..701a2db4aa56f54aaa847cbe94536b5646082608 100644 (file)
@@ -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