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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 25 18:44:04 EDT 2008


Log Message:
-----------
We changed the name of autoconf.  deal with this.

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

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


More information about the Midnightbsd-cvs mailing list