freebsd-ports/lang/php4/files/patch-scripts::phpize.in
Alex Dupre 276c3a29ae Update to 4.4.0 release:
- fix a serious memory corruption problem
- remove automake dependency
- switch to the latest autoconf version
2005-07-13 19:56:27 +00:00

13 lines
450 B
Text

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