diff options
author | foobar <sniper@php.net> | 2005-05-07 02:51:53 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-05-07 02:51:53 +0000 |
commit | 626253940ea0c246984e277b6786b4950b69e3cc (patch) | |
tree | b5cc4006315847c774ea646c8839b4a2531cc823 /ext/dom | |
parent | deacfcefc2cce245ef08ef949a21aa2bb0f32fd0 (diff) | |
download | php-git-626253940ea0c246984e277b6786b4950b69e3cc.tar.gz |
- Added PHP_INSTALL_HEADERS() macro
- Fixed several VPATH build issues
- Changed all awk calls to use $AWK
- Changed all mkdir calls to use "$php_shtool mkdir"
Diffstat (limited to 'ext/dom')
-rw-r--r-- | ext/dom/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/config.m4 b/ext/dom/config.m4 index e6a2cc6bed..f07944569b 100644 --- a/ext/dom/config.m4 +++ b/ext/dom/config.m4 @@ -30,6 +30,7 @@ if test "$PHP_DOM" != "no"; then typeinfo.c domerror.c domlocator.c namednodemap.c userdatahandler.c], $ext_shared) PHP_SUBST(DOM_SHARED_LIBADD) + PHP_INSTALL_HEADERS([ext/dom/xml_common.h]) PHP_ADD_EXTENSION_DEP(dom, libxml) ], [ AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.]) |