[Midnightbsd-cvs] mports: patch-scripts::phpize.in: Fix the name of autoconf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jan 4 11:44:09 EST 2008


Log Message:
-----------
Fix the name of autoconf

Modified Files:
--------------
    mports/lang/php5/files:
        patch-scripts::phpize.in (r1.4 -> r1.5)

-------------- next part --------------
Index: patch-scripts::phpize.in
===================================================================
RCS file: /home/cvs/mports/lang/php5/files/patch-scripts::phpize.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -L lang/php5/files/patch-scripts::phpize.in -L lang/php5/files/patch-scripts::phpize.in -u -r1.4 -r1.5
--- lang/php5/files/patch-scripts::phpize.in
+++ lang/php5/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=autoconf261
++  test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader261
    
    if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
      cat <<EOF


More information about the Midnightbsd-cvs mailing list