diff options
Diffstat (limited to 'scripts/phpize.in')
-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() |