From aa50e6368a2d8f86b01e1eb930d4f7b39648358b Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 10 Feb 2000 18:07:30 +0000 Subject: [PATCH] Set ext_base, a common prefix to the per-extension build directory (ext/ for in-tree builds, "" for rest) --- acinclude.m4 | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1