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

bug#11287: Various issues with the test suite framework

2012-04-24 Thread Stefano Lattarini
On 04/20/2012 01:13 PM, Akim Demaille wrote: Hi! Hi Akim, sorry for the delay. I have seen that check-html will be removed, or rather moved into the contrib part, but there are a few issues: - the target is not declared recursive, so one has to write the bouncing target herself. -

bug#11287: Various issues with the test suite framework

2012-04-24 Thread Akim Demaille
Le 24 avr. 2012 à 11:42, Stefano Lattarini a écrit : On 04/20/2012 01:13 PM, Akim Demaille wrote: Hi! Hi Akim, sorry for the delay. Hi Stefano, No worries. I have seen that check-html will be removed, or rather moved into the contrib part, but there are a few issues: - the target is

bug#11302: Automake 1.11d on openSUSE 12.1

2012-04-24 Thread Bruno Haible
Hi Stefano, I went for a different and more reliable fix, i.e., using $(libdir) instead of $(prefix)/lib, and similarly for the other $(foodir) variables. So, does the attached patch fix the problem for you? Yes, it fixes the test failures of t/posixsubst-libraries.sh