nlopess Fri Oct 5 14:48:32 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src configure.in
Log:
lcov 1.6 also works correctly
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.3&r2=1.579.2.52.2.77.2.4&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.3
php-src/configure.in:1.579.2.52.2.77.2.4
--- php-src/configure.in:1.579.2.52.2.77.2.3 Fri Oct 5 12:34:48 2007
+++ php-src/configure.in Fri Oct 5 14:48:32 2007
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.3 2007/10/05 12:34:48 jani Exp $ -*-
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.4 2007/10/05 14:48:32 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