Bug#752993: automake: configure does not parse variables to make foo.Po files

2014-12-12 Thread Vince Boros
On Wed, 10 Dec 2014 14:30:41 +1000 Vince Boros v.bo...@uq.edu.au wrote: On Mon, 8 Dec 2014 17:51:03 +0100 (CET) Jan Engelhardt jeng...@inai.de wrote: The sensible way is to statically resolve $(top_srcdir) with the real (relative) path of the source file, that is, foo_SOURCES = foo.c

Bug#752993: automake: configure does not parse variables to make foo.Po files

2014-12-09 Thread Vince Boros
On Mon, 8 Dec 2014 17:51:03 +0100 (CET) Jan Engelhardt jeng...@inai.de wrote: On Sat, 28 Jun 2014 18:38:16 +1000, Craig Small wrote in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752993 : $ cat Makefile.am AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = foo foo_SOURCES = foo.c