bug#11232: automake-1.11.4 regression

2012-04-13 Thread Stefano Lattarini
tags 11232 + patch close 11232 thanks On 04/13/2012 12:20 PM, Dmitry V. Levin wrote: > On Fri, Apr 13, 2012 at 10:42:09AM +0200, Stefano Lattarini wrote: >> Hi Dmitry, thanks for the report and the fix. >> >> On 04/13/2012 12:22 AM, Dmitry V. Levin wrote: >>> >>> [PATCH] install: fix the case then

bug#11232: automake-1.11.4 regression

2012-04-13 Thread Dmitry V. Levin
On Fri, Apr 13, 2012 at 10:42:09AM +0200, Stefano Lattarini wrote: > Hi Dmitry, thanks for the report and the fix. > > On 04/13/2012 12:22 AM, Dmitry V. Levin wrote: > > > > [PATCH] install: fix the case then an install directory is a shell command > > > > Fixes automake bug#11232. > > > > GNU aut

bug#11232: automake-1.11.4 regression

2012-04-13 Thread Stefano Lattarini
Hi Dmitry, thanks for the report and the fix. On 04/13/2012 12:22 AM, Dmitry V. Levin wrote: > > [PATCH] install: fix the case then an install directory is a shell command > > Fixes automake bug#11232. > > GNU automake used to support shell commands in installation directories, > but it was inadve

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