diff options
author | foobar <sniper@php.net> | 2005-05-30 06:55:20 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-05-30 06:55:20 +0000 |
commit | 5fee97ca338cdf1bc9eb8919edc73c68841d6b48 (patch) | |
tree | 5f870cf79d80ad35ec20b99ec5b5666adfd70b98 /scripts | |
parent | 4094bf77c56aa38256dde369ff03b65a37775c15 (diff) | |
download | php-git-5fee97ca338cdf1bc9eb8919edc73c68841d6b48.tar.gz |
- Changed the PATH_SEPARATOR check to a macro
- Made sure we're generating aclocal.m4 in same way with both buildconf
and phpize.
# Bug #33177
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in index 3a90174368..f4530667cb 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -114,7 +114,7 @@ phpize_copy_files() (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build) (cd "$phpdir" && cp $FILES "$builddir") - (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4) + (cd "$builddir" && cat ./build/libtool.m4 acinclude.m4 > aclocal.m4) } phpize_replace_prefix() |