aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php4/files/patch-scripts::phpize.in
blob: 83f38a656499c003b3f50e313b94aa9efef957e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- scripts/phpize.in.orig  Wed Jun 15 19:13:52 2005
+++ scripts/phpize.in   Wed Jul 13 09:30:59 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