bug#11323: automake-1.11.4 regression

2012-04-24 Thread Stefano Lattarini
tags 11323 notabug close 11323 thanks Hi Ralf. On 04/24/2012 09:50 AM, Ralf Corsepius wrote: > Hi, > > With automake < 1.11.4 it was possible to create empty directories this way: > > Makefile.am: > mystatedir = $(pkglocalstatedir) > mystatedir_DATA = > > > With automake-1.11.4, this doesn't

bug#11323: automake-1.11.4 regression

2012-04-24 Thread Ralf Corsepius
Hi, With automake < 1.11.4 it was possible to create empty directories this way: Makefile.am: mystatedir = $(pkglocalstatedir) mystatedir_DATA = With automake-1.11.4, this doesn't work anymore and silently breaks existing Makefile.ams. Ralf