bug#11371: [Patch] fix silent-rules option

2012-04-28 Thread Marc-Antoine Perennou
The AM_SILENT_RULES macro needs an argument to be enabled. Currently, if the silent-rules option is set in AM_INIT_AUTOMAKE, the action is an AC_REQUIRE on the macro, which runs it without any arg, resulting in an useless action. The only way for now to enable silent-rules is to call AM_SILENT_RULE

bug#11222: Vala projects with vapi in *_SOURCES are broken with automake 1.11.4

2012-04-12 Thread Marc-Antoine Perennou
On 12 April 2012 13:08, Stefano Lattarini wrote: > [Adding automake-patches] > > Reference: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11222> > > On 04/12/2012 12:17 AM, Marc-Antoine Perennou wrote: > > > > Attached is a patch which adds a minimal vapi file to

bug#11229: [Patch] Distcheck is broken for C/Vala mixed projects

2012-04-12 Thread Marc-Antoine Perennou
If a project has a single Makefile.am referrencing C and Vala projects, distcheck currenly fails telling there are no source files for generating stamps for C-only binaries. Attached patch avoid dealing with vala stuff for binaries not related to vala insice C/Vala mixed project + adds a test for i

bug#11222: Vala projects with vapi in *_SOURCES are broken with automake 1.11.4

2012-04-11 Thread Marc-Antoine Perennou
On 11 April 2012 23:34, Stefano Lattarini wrote: > On 04/11/2012 11:20 AM, Marc-Antoine Perennou wrote: > > Hello, > > > Hello Marc-Antoine, thanks for the report. > > > bug#10894 introduced a regression in commit > > 51f61dfb1e861062aaa1d73fab71278c85fe0594 &g

bug#11222: Vala projects with vapi in *_SOURCES are broken with automake 1.11.4

2012-04-11 Thread Marc-Antoine Perennou
Hello, bug#10894 introduced a regression in commit 51f61dfb1e861062aaa1d73fab71278c85fe0594 Formerly it was using the whole content of the *_SOURCES variable, which was causing problems with mixed C