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

2012-10-27 Thread Stefano Lattarini
commit ae1486dcdefb2bab1e323c2c88b42d9094daca52 Merge: 88d130e 24bf687 Author: Stefano Lattarini stefano.lattar...@gmail.com AuthorDate: Sat Oct 27 10:57:57 2012 +0200 Commit: Stefano Lattarini stefano.lattar...@gmail.com CommitDate: Sat Oct 27 11:14:37 2012 +0200 Merge branch 'maint'

[Automake-NG] [PATCH] AM_PROG_MKDIR_P: remove as obsolete, this time for good

2012-10-27 Thread Stefano Lattarini
This commit basically reverts v1.12.4-158-gdf23daf, re-instating commit v1.12-20-g8a1c64f. Support for the obsolescent 'AM_PROG_MKDIR_P' m4 macro has been deprecated in the documentation and with runtime warnings since Automake 1.12.1. Still, when we released Automake 1.13, we had to delay that

[Automake-NG] Merge branch 'am-prog-mkdir-p-remove' into ng/master

2012-10-27 Thread Stefano Lattarini
commit ad20eab7d4a27f027971c0bd77a09ccedf7730d8 Merge: 7468fab 5a28948 Author: Stefano Lattarini stefano.lattar...@gmail.com Date: Sat Oct 27 14:15:05 2012 +0200 Merge branch 'am-prog-mkdir-p-remove' into ng/master Since we had to restate AM_PROG_MKDIR_P in master before the 1.13

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

2012-10-27 Thread Stefano Lattarini
commit 681f32756796f6a90c97213452a757843cc001b8 Merge: ad20eab b0f4556 Author: Stefano Lattarini stefano.lattar...@gmail.com Date: Sat Oct 27 14:29:19 2012 +0200 Merge branch 'master' into ng/master * master: tests: prepare to move ./defs to t/ax/test-init.sh

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

2012-10-27 Thread Stefano Lattarini
commit 0dd85e069d595f169d2e41c98762a6395632c3fb Merge: cf8b865 9fed1c8 Author: Stefano Lattarini stefano.lattar...@gmail.com Date: Sat Oct 27 17:52:35 2012 +0200 Merge branch 'master' into ng/master * master: tests: remove spurious leftover use of 'Exit' tests: remove an

[PATCH 0/8] Vala support: some fixlets, improvements and tweaks

2012-10-27 Thread Stefano Lattarini
This series is for maint, and I intend to have it appear in Automake 1.12.5. References and motivations for this series: http://lists.gnu.org/archive/html/automake-patches/2012-09/msg00012.html http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12688 I will push in a couple of days if there is no

[PATCH 1/8] vala: add action arguments, for when no proper vala compiler is found

2012-10-27 Thread Stefano Lattarini
From: Daiki Ueno u...@unixuser.org * m4/vala.m4 (AM_PROG_VALAC): Add optional action arguments to control the behavior if specified version of valac is not found. This emulates the behaviour of AM_PATH_PYTHON. * t/vala4.sh: Enhance. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com

[PATCH 2/8] vala: style fixes in vala.m4

2012-10-27 Thread Stefano Lattarini
* m4/vala.m4 (AM_PROG_VALAC): Here. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- m4/vala.m4 | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/m4/vala.m4 b/m4/vala.m4 index cf88bf8..0674c8e 100644 --- a/m4/vala.m4 +++ b/m4/vala.m4 @@ -11,21

[PATCH 3/8] tests: enhance tests on AM_PROG_VALAC

2012-10-27 Thread Stefano Lattarini
* t/vala4.sh: Here. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- t/vala4.sh | 82 +++--- 1 file changed, 57 insertions(+), 25 deletions(-) diff --git a/t/vala4.sh b/t/vala4.sh index 60cb79c..0b87ca0 100755 ---

[PATCH 7/8] news: update w.r.t. recent vala changes

2012-10-27 Thread Stefano Lattarini
* NEWS: Here. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- NEWS | 24 1 file changed, 24 insertions(+) diff --git a/NEWS b/NEWS index 1c8c401..6377234 100644 --- a/NEWS +++ b/NEWS @@ -61,6 +61,30 @@ New in 1.12.5: giving more useful warnings

[FYI] Merge branch 'maint' into master

2012-10-27 Thread Stefano Lattarini
commit b0f4556918deaf2efa42a298c27f42195e909815 Merge: 26b7855 0610fc8 Author: Stefano Lattarini stefano.lattar...@gmail.com Date: Sat Oct 27 14:23:40 2012 +0200 Merge branch 'maint' * maint: tests: prepare to move ./defs to t/ax/test-init.sh

[PATCH] AM_PROG_MKDIR_P: remove as obsolete, this time for good

2012-10-27 Thread Stefano Lattarini
This commit basically reverts v1.12.4-158-gdf23daf, re-instating commit v1.12-20-g8a1c64f. Support for the obsolescent 'AM_PROG_MKDIR_P' m4 macro has been deprecated in the documentation and with runtime warnings since Automake 1.12.1. Still, when we released Automake 1.13, we had to delay that

[FYI] {maint} tests: merge, tweak and modernize few test scripts

2012-10-27 Thread Stefano Lattarini
Basically an adjusted-and-improved cherry-pick from Automake-NG commit v1.12.1-343-gff30f83. * t/specflg.sh, t/specflg2.sh, t/specflg3.sh: Merged into ... * t/per-target-flags.sh: ... this test. * t/fo.sh: Remove, its weak grepping checks well superseded by the semantic checks in 't/fort4.sh'. *

[FYI] {master} maintcheck: fix the name of a check

2012-10-27 Thread Stefano Lattarini
* (sc_tests_Exit_not_exit): Rename ... (sc_tests_exit_not_Exit): ... like this, which is more faithful to what the check actually does. Adjust a grammaro in comments while at it. (syntax_check_rules): Adjust. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- syntax-checks.mk | 6

Re: problem with AM_PATH_PYTHON

2012-10-27 Thread Václav Zeman
On 10/26/2012 07:30 PM, Stefano Lattarini wrote: [Re-adding Václav in CC, please don't drop it in the future] On 10/26/2012 06:47 PM, Robert Boehne wrote: On 10/26/12 09:04, Stefano Lattarini wrote: [SNIP] This doesn't look like output from the Automake-provided AM_PATH_PYTHON macro...

source files with same name but in different directories

2012-10-27 Thread Vincent Torri
Hey mylib_SOURCES = foo/file.c bar/file.c there is an error because the names of the files are the same, even if they are in a different directory Except changing the names, is there a way to allow such case ? thank you Vincent Torri

Re: source files with same name but in different directories

2012-10-27 Thread Bob Friesenhahn
On Sat, 27 Oct 2012, Vincent Torri wrote: Hey mylib_SOURCES = foo/file.c bar/file.c there is an error because the names of the files are the same, even if they are in a different directory Except changing the names, is there a way to allow such case ? Specifying the Automake option