bug#13771: make functions cannot be used in RHS of TESTS =

2013-02-20 Thread Daiki Ueno
Hi, I noticed that some modules are using make functions to assign values to TESTS. For example, I found the following in my GNOME jhbuild checkout: TESTS = $(filter-out fake-tp-backend individual-zeitgeist,$(noinst_PROGRAMS)) TESTS = $(sort $(tests)) These cause warnings like: Makefile.am:2:

bug#13760: [PATCH 1/2] tests: refactor/enhance tests about make dry-run mode

2013-02-20 Thread Stefano Lattarini
* t/make-dryrun.tap: Here. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- t/make-dryrun.tap | 99 ++- 1 file changed, 47 insertions(+), 52 deletions(-) diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap index 14d379a..4aa7146

bug#13514: [PATCH v3 1/2] aclocal: just warn if the primary local m4 dir doesn't exist (don't error)

2013-02-20 Thread Stefano Lattarini
On 02/18/2013 09:53 AM, Pavel Raiskup wrote: Hi Stefano, thanks for refinements! I'm ok with these patches. Good! I will push them tomorrow if I hear no objection by then. [..] See also: http://lists.gnu.org/archive/html/bug-automake/2013-01/msg00115.html