summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-05 12:58:59 +0000
committerfoobar <sniper@php.net>2005-06-05 12:58:59 +0000
commitc28f59a1d50c1158dc3dfa2bb4ce08fd1b001d88 (patch)
tree54b754c99f0cddc128bb625853fdd3f6a3185e9b /scripts/phpize.in
parentb227a512012454297b5bc3eeecc5eba8907b675c (diff)
downloadphp-git-c28f59a1d50c1158dc3dfa2bb4ce08fd1b001d88.tar.gz
- Proper fix for phpize when dealing with PECL
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.in b/scripts/phpize.in
index f4530667cb..3a90174368 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 ./build/libtool.m4 acinclude.m4 > aclocal.m4)
+ (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
}
phpize_replace_prefix()