ports/lang/php4/files/patch-scripts::phpize.in
Alex Dupre f12d3a0ccb Simplify PHP base ports infrastructure:
- 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).
2006-05-06 13:26:49 +00:00

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