bug#11232: automake-1.11.4 regression

2012-04-12 Thread Dmitry V. Levin
On Fri, Apr 13, 2012 at 02:04:13AM +0400, Dmitry V. Levin wrote: > The patch containing the fix with test case will follow shortly. >From 8810b494a6fff57e7299cee8375ae43c35a82921 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 12 Apr 2012 16:24:23 + Subject: [PATCH] install: fix t

bug#11232: automake-1.11.4 regression

2012-04-12 Thread Dmitry V. Levin
Hi, Commit v1.11-759-g368f1c4 (git describe --contain v1.11-759-g368f1c4 says it is v1.11.3b~3^2~1) introduced a regression. GNU automake used to support shell commands in installation directories, but it seems to be inadvertently broken now because of the change in shell quoting. In 3 of 24 plac

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

2012-04-12 Thread Stefano Lattarini
[Adding automake-patches] Reference: On 04/12/2012 11:10 AM, Marc-Antoine Perennou wrote: > If a project has a single Makefile.am referrencing C and Vala projects, > distcheck currenly fails telling there are no source files for generating > st

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

2012-04-12 Thread Stefano Lattarini
tags 11222 + patch close 11222 thanks On 04/12/2012 01:24 PM, Marc-Antoine Perennou wrote: > On 12 April 2012 13:08, Stefano Lattarini wrote: > >> The two resulting patches are attached; since you are listed as the main >> author of one them and as a co-author of the other one, I'll wait for >> y

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: > > On 04/12/2012 12:17 AM, Marc-Antoine Perennou wrote: > > > > Attached is a patch which adds a minimal vapi file to the vala2 test > which > > should

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

2012-04-12 Thread Stefano Lattarini
[Adding automake-patches] Reference: On 04/12/2012 12:17 AM, Marc-Antoine Perennou wrote: > > Attached is a patch which adds a minimal vapi file to the vala2 test which > should be ok regarding copyrights. > Vapi files are actually wrappers for

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