aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53/files
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-07-28 14:33:59 +0800
committerade <ade@FreeBSD.org>2007-07-28 14:33:59 +0800
commit2460005d44e9b9714a74e23ffbb35d212d1cf952 (patch)
treef5bb895834328feabce550d44e1e6adfb6bc5835 /lang/php53/files
parent6f38d3ae3c1702ce29321d6c507159d1cb511346 (diff)
downloadfreebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.gz
freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.zst
freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.zip
Update to the autotools new world order.
Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
Diffstat (limited to 'lang/php53/files')
-rw-r--r--lang/php53/files/patch-scripts::phpize.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in
index 4f655b5ae454..198f1b397c71 100644
--- a/lang/php53/files/patch-scripts::phpize.in
+++ b/lang/php53/files/patch-scripts::phpize.in
@@ -6,8 +6,8 @@
{
- 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
++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.59
++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.59
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
cat <<EOF