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
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(
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
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
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 |