Find coverage during configure, issue with Debian package
authorMichael Hanselmann <hansmi@google.com>
Mon, 22 Oct 2012 15:05:16 +0000 (17:05 +0200)
committerMichael Hanselmann <hansmi@google.com>
Mon, 22 Oct 2012 15:42:41 +0000 (17:42 +0200)
commit141c84210f2d74144512100a9f7bfc68d83dc831
tree9d0ab9ca70005e89d531e82d54c76c4f157fc0bd
parent942a9a6a1d44aaab9a8ec8aa3deb8064f5d009d6
Find coverage during configure, issue with Debian package

- Debian Squeeze and up have a package named “python-coverage”, but it
  doesn't use the same binary name as upstream (“coverage”).
- Said package includes a patch to use symlinks instead of file copies
  for jQuery. If files from previous runs are around, an exception is
  raised. This is fixed by removing all regular files and symlinks
  before generating a report.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
autotools/gen-coverage
configure.ac