[Automake-NG] [FYI] Merge branch 'master' into ng/master

2012-09-16 Thread Stefano Lattarini
commit f32cbc88e80ddd5439274cc8b2c718d92e73ad7f Merge: 6154da4 154fedb Author: Stefano Lattarini stefano.lattar...@gmail.com Date: Sun Sep 16 09:10:46 2012 +0200 Merge branch 'master' into ng/master * master: fix typos in mk-dirp.m4 tags: automake bug bug#12372 is fixed

Re: [Automake-NG] [PATCH 1/7] [ng] dist: refactor: reduce duplication in the 'dist-*' recipes

2012-09-16 Thread Stefano Lattarini
On 09/03/2012 01:57 PM, Akim Demaille wrote: -am.dist.ext.gzip = tar.gz -am.dist.ext.bzip2 = tar.bz2 -am.dist.ext.xz= tar.xz -am.dist.ext.lzip = tar.lz -am.dist.ext.zip = zip +# TODO: this definition-oriented interface is almost god enough to offer The job sure is nice, but not

Re: [Automake-NG] [FYI] [ng] tests: avoid spurious error with ctags from older Emacs and XEmacs

2012-09-16 Thread Stefano Lattarini
On 09/03/2012 12:07 PM, Akim Demaille wrote: Le 12 août 2012 à 00:06, Stefano Lattarini a écrit : diff --git a/t/ctags.sh b/t/ctags.sh index f3f8a6a..22d 100755 --- a/t/ctags.sh +++ b/t/ctags.sh @@ -44,7 +44,7 @@ test-ctags: ctags grep 'main' sub1/tags grep 'choke_me'

Re: [Automake-NG] [FYI 2/2] built sources: avoid fork bomb in $(BUILT_SOURCES) handling

2012-09-16 Thread Stefano Lattarini
Hi Akim. On 09/16/2012 03:48 PM, Akim Demaille wrote: Le 11 sept. 2012 à 16:49, Stefano Lattarini a écrit : Due to how the handling of $(BUILT_SOURCES) was implemented in Automake-NG, a recursive make call in the recipe of any $(BUILT_SOURCES) (or of any of its prerequisites) would have