From: Sascha Schumann Date: Thu, 10 Feb 2000 18:07:30 +0000 (+0000) Subject: Set ext_base, a common prefix to the per-extension build directory X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa50e6368a2d8f86b01e1eb930d4f7b39648358b;p=php Set ext_base, a common prefix to the per-extension build directory (ext/ for in-tree builds, "" for rest) --- diff --git a/acinclude.m4 b/acinclude.m4 index 0fe1571c49..0aec0c688a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -352,6 +352,7 @@ dnl a dynamically loadable library. dnl AC_DEFUN(PHP_EXTENSION,[ if test -d "$cwd/$srcdir/ext/$1" ; then + ext_base="ext/$1/" EXT_SUBDIRS="$EXT_SUBDIRS $1" if test "$2" != "shared" && test "$2" != "yes" && test -z "$php_always_shared"; then _extlib="lib$1.a"