diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /lang/php53/files/patch-scripts::phpize.in | |
parent | . If DISTFILES are missing then print out the instructions to get them (diff) |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Notes
Notes:
svn path=/head/; revision=218886
Diffstat (limited to '')
-rw-r--r-- | lang/php53/files/patch-scripts::phpize.in | 4 |
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 c5331abc2505..8d3afdbecc08 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=autoconf-2.61 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.61 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF |