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

bug#13760: [PATCH 0/2] am__make_dryrun fails to handle GNU make -I option

2013-02-20 Thread Stefano Lattarini
On 02/20/2013 02:07 PM, Stefano Lattarini wrote: > Reference: > > [SNIP] > > I have only a patchy knowledge too, but combining that with some > experimenting might be enough to find a fix > ESENTTOOEARLY, sorry. Here is the complete paragraph I

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 --- 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 100755 --- a/t/make-dryrun.

bug#13760: [PATCH 0/2] am__make_dryrun fails to handle GNU make -I option

2013-02-20 Thread Stefano Lattarini
Reference: On 02/19/2013 11:34 AM, Boris Kolpackov wrote: > Hi, > Hi Boris, thanks for the clear and detailed report. > After upgrading from 1.11.1 to 1.11.6 or 1.12.6, or 1.13.1 my > project's dist target stopped working. After some debugging,

bug#13760: [PATCH 2/2] coverage: expose automake bug#13760

2013-02-20 Thread Stefano Lattarini
* t/make-dryrun.tap: Here. * THANKS: Update with the name of the bug reporter. Signed-off-by: Stefano Lattarini --- t/make-dryrun.tap | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap index 4aa7146..1459a9f 1007

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: