summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-01-25 12:53:43 +0000
committerfoobar <sniper@php.net>2005-01-25 12:53:43 +0000
commit0576cdc942a3f403d1c35e5b047cd376cabb625a (patch)
tree552d63bb36fa0a98f5b3b2df5d42c0ea20652e6e /scripts
parent2d8e73b963519b820aa6fe81988f60920d7cb4d4 (diff)
downloadphp-git-0576cdc942a3f403d1c35e5b047cd376cabb625a.tar.gz
- Return of the automake requirement.
# Unfortunately we can't control what macros are used by the 3rd party # extensions so..
Diffstat (limited to 'scripts')
-rw-r--r--scripts/phpize.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 6d09cf98d0..1901323471 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -90,6 +90,7 @@ phpize_copy_files()
(cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
(cd "$phpdir" && cp $FILES "$builddir")
+ (cd "$builddir" && cat ./build/libtool.m4 >> acinclude.m4)
}
phpize_replace_prefix()
@@ -101,7 +102,7 @@ phpize_replace_prefix()
phpize_autotools()
{
- cat acinclude.m4 ./build/libtool.m4 > aclocal.m4 || exit 1
+ aclocal || exit 1
autoconf || exit 1
autoheader || exit 1
}