From def51b4547b6cf79572d0fce1ed873b8d6dc305d Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 23 Aug 2004 13:18:39 +0000 Subject: Update to 5.0.1 release: - GD GIF output support is now enabled by default --- lang/php53/files/patch-scripts::phpize.in | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'lang/php53/files/patch-scripts::phpize.in') diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in index 489f17a40c11..b75de61d6abf 100644 --- a/lang/php53/files/patch-scripts::phpize.in +++ b/lang/php53/files/patch-scripts::phpize.in @@ -1,6 +1,16 @@ ---- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004 -+++ scripts/phpize.in Fri Jun 25 12:58:49 2004 -@@ -108,7 +108,7 @@ +--- 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() { -- cgit v1.2.3