summaryrefslogtreecommitdiff
path: root/lang/php4/files/patch-scripts::phpize.in
blob: 8b250b897908d5efbd0dcf4a534efbe30fa114c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- scripts/phpize.in.orig	Fri Apr  1 11:37:05 2005
+++ scripts/phpize.in	Fri Apr  1 11:37:25 2005
@@ -102,9 +102,9 @@
 
 phpize_autotools()
 {
-  aclocal    || exit 1
-  autoconf   || exit 1
-  autoheader || exit 1
+  aclocal15    || exit 1
+  autoconf253   || exit 1
+  autoheader253 || exit 1
 }
 
 # Main script