forked from autotools-mirror/autoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Makefile.am (PERL_COVERAGE_DB, PERL_COVERAGE_FLAGS) (PERL_COVER): New variables. (check-coverage, check-coverage-run, check-coverage-report) (clean-coverage): New phony targets. (clean-local): Depend on clean-coverage. Signed-off-by: Ralf Wildenhues <[email protected]>
- Loading branch information
Ralf Wildenhues
authored and
Ralf Wildenhues
committed
Oct 31, 2009
1 parent
81c80d1
commit 931ae9f
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2009-10-31 Ralf Wildenhues <[email protected]> | ||
|
||
Perl coverage convenience targets. | ||
* Makefile.am (PERL_COVERAGE_DB, PERL_COVERAGE_FLAGS) | ||
(PERL_COVER): New variables. | ||
(check-coverage, check-coverage-run, check-coverage-report) | ||
(clean-coverage): New phony targets. | ||
(clean-local): Depend on clean-coverage. | ||
|
||
2009-10-28 Eric Blake <[email protected]> | ||
|
||
Fix corner cases in AS_LITERAL_IF and AS_TR_SH. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters