freebsd-ports/lang/php5/files/patch-scripts::phpize.in
Alex Dupre def51b4547 Update to 5.0.1 release:
- GD GIF output support is now enabled by default
2004-08-23 13:18:39 +00:00

21 lines
488 B
Text

--- 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
}