No, lcov doesn't need any patching anymore. Even lcov 1.5 (the official release, not our pre-releases) already worked out-of-the-box.
Nuno

----- Original Message -----
Hello Nuno,

 do we still need to patch anything with 1.6?

marcus

Friday, October 5, 2007, 4:51:36 PM, you wrote:

nlopess         Fri Oct  5 14:51:36 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    configure.in
  Log:
  allow lcov 1.6

http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77&r2=1.579.2.52.2.78&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77 php-src/configure.in:1.579.2.52.2.78
--- php-src/configure.in:1.579.2.52.2.77        Thu Aug 30 07:40:13 2007
+++ php-src/configure.in        Fri Oct  5 14:51:36 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77 2007/08/30 07:40:13 sebastian Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.579.2.52.2.78 2007/10/05 14:51:36 nlopess Exp $ -*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.

 divert(1)
@@ -646,7 +646,7 @@
     AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is
used. You can disable ccache by setting
environment variable CCACHE_DISABLE=1.])
   fi

-  ltp_version_list="1.5"
+  ltp_version_list="1.5 1.6"

   AC_CHECK_PROG(LTP, lcov, lcov)
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to