diff options
| author | Sascha Schumann <sas@php.net> | 2000-02-10 18:07:30 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-02-10 18:07:30 +0000 |
| commit | aa50e6368a2d8f86b01e1eb930d4f7b39648358b (patch) | |
| tree | cca6b902cc64e8ddd13f29bb4b0a625cd9c86f95 | |
| parent | c59993005c074b25365d97af8c365749aa53b53f (diff) | |
| download | php-git-aa50e6368a2d8f86b01e1eb930d4f7b39648358b.tar.gz | |
Set ext_base, a common prefix to the per-extension build directory
(ext/<ext-name> for in-tree builds, "" for rest)
| -rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
