- remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me).
14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
--- scripts/phpize.in.orig Sun Sep 4 06:41:00 2005
|
|
+++ scripts/phpize.in Fri May 5 08:02:13 2006
|
|
@@ -94,8 +94,8 @@
|
|
|
|
phpize_check_autotools()
|
|
{
|
|
- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf
|
|
- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader
|
|
+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf259
|
|
+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259
|
|
|
|
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
|
|
cat <<EOF
|