freebsd-ports/lang/php53/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

13 lines
450 B
Text

--- scripts/phpize.in.orig Mon Dec 12 12:51:45 2005
+++ scripts/phpize.in Wed May 3 09:38:09 2006
@@ -99,8 +99,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