Re: [PATCH] Improve and extend test cond5.test.

2010-07-10 Thread Stefano Lattarini
Hello Ralf. Ping ping on this? It seemed to me that you accepted the original patch, but I can't see it pushed in the Automake public git repos yet. Do you want me to apply it? If yes, should I apply it to maint, then merge maint to master, then push? I.e. is the following correct? $ cd

trivial typo

2010-07-10 Thread Patrick Welche
diff --git a/doc/automake.texi b/doc/automake.texi index 9f5b3bd..03f6d8f 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6912,7 +6912,7 @@ script is distributed in its final, installable form, the dist_bin_SCRIPTS = my_script @end example -Script are not distributed by default; as

Vala update to handle other files in _SOURCES variable

2010-07-10 Thread Jason Childs
Hello, I ran into the issue/bug of having source files in my project that are not supposed to be handled by the valac compiler but Automake tries to pass them anyway. The attached patch now generates rules per file to compile .vala to .c. I think that some of the output rules can be moved to

Re: how to use $^ automatic variable with prerequisites built on target-specific variable ?

2010-07-10 Thread Ralf Wildenhues
Hello Axel, * Axel wrote on Fri, Jul 09, 2010 at 11:32:45AM CEST: I m using a target with prerequisites based on target-specific variable, but it seems that the $^ doesn't work and is empty in this use-case : prereq: touch prereq test: FILE = prereq test: $(FILE) echo