forked from Lainports/freebsd-ports
- fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version
13 lines
450 B
Text
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
|