aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-scripts::phpize.in
blob: e70286dba4a9a74e1bacf9d0a64c3ae829e186bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- scripts/phpize.in.orig	Wed Jun 15 19:19:41 2005
+++ scripts/phpize.in	Wed Sep  7 17:52:24 2005
@@ -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