I've pushed the six patches below to a 'vala-work' temporary branch; I will merge them in master by this evening if there is no objection, and then (hopefully tomorrow) release a new beta version for Automake 1.12.
Regards, Stefano -*-*- Stefano Lattarini (6): vala tests: some enhancements vala tests: remove redundant libtool requirements and usages vala tests: check headers generation vala: cleanup rules are better and more complete now automake: fix botched call to 'check_user_variables' vala tests: building libraries, and more on '.vapi' files NEWS | 3 ++ automake.in | 27 ++++++++------ t/list-of-tests.mk | 3 +- t/vala-headers.sh | 85 ++++++++++++++++++++++++++++++++++++++++++++ t/vala-libs.sh | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++ t/vala-vpath.sh | 23 ++++++++++-- t/vala1.sh | 52 --------------------------- t/vala2.sh | 33 +++++++++++++---- t/vala3.sh | 14 ++++---- t/vala5.sh | 20 +++++++++++ 10 files changed, 281 insertions(+), 79 deletions(-) create mode 100755 t/vala-headers.sh create mode 100755 t/vala-libs.sh delete mode 100755 t/vala1.sh -- 1.7.9.5