add action arguments to AM_PROG_VALAC

2012-09-11 Thread Daiki Ueno
Hi, It is good that AM_PROG_VALAC does not abort when valac is not found, since most upstream tarballs contain generated C files as well. However, if MINIMUM-VERSION is given and the version comparison fails, it aborts. It would be nice if the behavior is controllable. Here is a patch to add AC

[FYI] {master} tags: automake bug bug#12372 is fixed

2012-09-11 Thread Stefano Lattarini
It has been fixed as a side effect of the overhauling of tags support. * t/list-of-tests.mk (XFAIL_TESTS): No longer list 'tags-pr12372.sh'. * NEWS: Update. Signed-off-by: Stefano Lattarini --- NEWS | 5 + t/list-of-tests.mk | 1 - 2 files changed, 5 insertions(+), 1 deletion(

[FYI] Merge branch 'maint' into master

2012-09-11 Thread Stefano Lattarini
commit f25f4bfcc358152a619b246bf91aa8653eb6cadd Merge: 076e8fa 9c4ad69 Author: Stefano Lattarini AuthorDate: Tue Sep 11 11:24:51 2012 +0200 Commit: Stefano Lattarini CommitDate: Tue Sep 11 11:24:51 2012 +0200 Merge branch 'maint' * maint: coverage: better exposure for auto

[FYI 2/2] {maint} coverage: better exposure for automake bug#12372 (tags-related)

2012-09-11 Thread Stefano Lattarini
Alas, in contrast with what is said in the commit message of previous commit 'v1.12.3-14-g94b7b8e', that bug is still present also in the current maint branch (which will become automake version 1.12.4); it is just that it only triggers when a _SOURCES variable contains only files with custom exten

[FYI 1/2] {maint} coverage: expose automake bug#12372 (tags-related)

2012-09-11 Thread Stefano Lattarini
That bug is somehow already been fixed in the latest automake version (1.12.4); but exercise it anyway in the testsuite, to ensure we won't regress. * t/tags-pr12372.sh: New test. * t/list-of-tests.mk: Add it. Signed-off-by: Stefano Lattarini --- t/list-of-tests.mk | 1 + t/tags-pr12372.sh |