summaryrefslogtreecommitdiff
path: root/lang/php52/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
commit843f8123d49e579e80de26ff1dd62c8c1acf3fac (patch)
treec7ef29d508548833364cb92d3bd5bcf810816e88 /lang/php52/files
parentAs the final (for now) cleanup of autotools, in order to reduce tree (diff)
Sync to final (for now) bsd.autotools.mk
Diffstat (limited to 'lang/php52/files')
-rw-r--r--lang/php52/files/patch-scripts::phpize.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php52/files/patch-scripts::phpize.in b/lang/php52/files/patch-scripts::phpize.in
index 7ad9a4e404d7..532c098674ae 100644
--- a/lang/php52/files/patch-scripts::phpize.in
+++ b/lang/php52/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.68
-+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.68
++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=%%AUTOCONF%%
++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=%%AUTOHEADER%%
if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
cat <<EOF