- Proper fix for phpize when dealing with PECL

This commit is contained in:
foobar 2005-06-05 12:58:59 +00:00
parent b227a51201
commit c28f59a1d5
2 changed files with 4 additions and 1 deletions

View file

@ -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()

View file

@ -1,5 +1,8 @@
dnl This file becomes configure.in for self-contained extensions.
divert(1)
AC_PREREQ(2.13)
AC_INIT(config.m4)
PHP_CONFIG_NICE(config.nice)