bug#14561: TESTS set from patsubst result in unterminated variable reference

2013-06-05 Thread Marko Lindqvist
This was found originally when trying to use automake-1.13 (including attempt with 1.13.3) for gtk-engines-2.20.2, but I've tried to produce minimum Makefile.am to reproduce the problem (attached). When variable TESTS gets assigned result from patsubst -function, running make for resulting

C Compilation variables present in output Makefiles unconditionally

2013-06-05 Thread Stefano Lattarini
[+cc bug-automake, so this will be registered in the bug tracker] On 06/05/2013 07:16 AM, Ralf Corsepius wrote: On 06/03/2013 09:14 PM, Stefano Lattarini wrote: We are pleased to announce the GNU Automake 1.13.3 maintenance release. When comparing automake-1.13.2 generated Makefile.ins

Broken install-data-yes target

2013-06-05 Thread Kip Warner
Hey list, My make install target for my autotool'd project's translations directory has a number of prerequisites. The one which seems to be causing trouble is the install-data-yes target. Yes, I am aware the path I am using contains spaces and yes I am aware that makefiles can choke on it if not

Re: Broken install-data-yes target

2013-06-05 Thread Gavin Smith
On Wed, Jun 5, 2013 at 10:37 PM, Kip Warner k...@thevertigo.com wrote: My make install target for my autotool'd project's translations directory has a number of prerequisites. The one which seems to be causing trouble is the install-data-yes target. Yes, I am aware the path I am using contains

Re: Broken install-data-yes target

2013-06-05 Thread Kip Warner
On Wed, 2013-06-05 at 23:42 +0100, Gavin Smith wrote: AFAIK file names with spaces and funny characters in them are not supported by automake. Damn. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com signature.asc Description: This is a

Re: Broken install-data-yes target

2013-06-05 Thread Peter Johansson
On 06/06/2013 07:37 AM, Kip Warner wrote: Hey list, My make install target for my autotool'd project's translations directory has a number of prerequisites. The one which seems to be causing trouble is the install-data-yes target. Yes, I am aware the path I am using contains spaces and yes I am

Re: Broken install-data-yes target

2013-06-05 Thread Kip Warner
On Thu, 2013-06-06 at 11:22 +1000, Peter Johansson wrote: Have you tried quoting the last two lines; something like: dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ Hey Peter. Tried it already and same result. I think in the end I should probably