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 /sapi | |
| 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 'sapi')
| -rw-r--r-- | sapi/embed/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/embed/config.m4 b/sapi/embed/config.m4 index 80fed48d00..4461bc3383 100644 --- a/sapi/embed/config.m4 +++ b/sapi/embed/config.m4 @@ -29,4 +29,5 @@ AC_MSG_RESULT($PHP_EMBED_TYPE) if test "$PHP_EMBED_TYPE" != "no"; then PHP_SELECT_SAPI(embed, $PHP_EMBED_TYPE, php_embed.c) + PHP_INSTALL_HEADERS([sapi/embed/php_embed.h]) fi |
