summaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-scripts::phpize.in
blob: b75de61d6abf3d06c75c1627963fd77d880766a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- scripts/phpize.in.orig	Mon Aug 23 14:25:48 2004
+++ scripts/phpize.in	Mon Aug 23 14:26:41 2004
@@ -101,14 +101,14 @@
 
 phpize_autotools()
 {
-  aclocal    || exit 1
-  autoconf   || exit 1
-  autoheader || exit 1
+  aclocal15     || exit 1
+  autoconf253   || exit 1
+  autoheader253 || exit 1
 }
 
 phpize_libtoolize()
 {
-  libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
+  libtoolize=`$builddir/build/shtool path libtoolize13`
   $libtoolize -f -c || exit 1
 }