sniper Sun Jun 5 08:58:59 2005 EDT
Modified files:
/php-src/scripts phpize.in phpize.m4
Log:
- Proper fix for phpize when dealing with PECL
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.21&r2=1.22&ty=u
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.21 php-src/scripts/phpize.in:1.22
--- php-src/scripts/phpize.in:1.21 Mon May 30 02:55:20 2005
+++ php-src/scripts/phpize.in Sun Jun 5 08:58:59 2005
@@ -114,7 +114,7 @@
(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()
http://cvs.php.net/diff.php/php-src/scripts/phpize.m4?r1=1.15&r2=1.16&ty=u
Index: php-src/scripts/phpize.m4
diff -u php-src/scripts/phpize.m4:1.15 php-src/scripts/phpize.m4:1.16
--- php-src/scripts/phpize.m4:1.15 Fri May 27 09:15:47 2005
+++ php-src/scripts/phpize.m4 Sun Jun 5 08:58:59 2005
@@ -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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php