bug#13928: VPATH issues with subdir-objects

2013-06-08 Thread Stefano Lattarini
[+cc automake-patches] Reference: Hello everybody, sorry for the delay. On 11/03/2013 01:05 PM, Bert Wesarg wrote (more or less): > > But when I prefix a source file with '$(src)/' and use > subdir-objects then I get something like this in the

bug#13940: Spurious target redefinition warnings with Automake conditionals

2013-06-08 Thread Stefano Lattarini
[+cc automake-patches] On 03/13/2013 02:40 AM, Nick Bowler wrote: > Consider the following: > > % cat >configure.ac <<'EOF' > AC_INIT([test], [0]) > > AM_INIT_AUTOMAKE([foreign]) > > AM_CONDITIONAL([FOO], [true]) > > AC_CONFIG_FILES([Makefile]) > AC_OUTPUT > EOF > > % cat >Makefile.am <<'

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

2013-06-08 Thread Stefano Lattarini
retitle GNU make specific stuff cannot be used in RHS of "TESTS =" 14561 retitle GNU make specific stuff cannot be used in RHS of "TESTS =" 13771 forcemerge 13771 14561 stop On 06/05/2013 09:22 PM, Marko Lindqvist wrote: > This was found originally when trying to use automake-1.13 (including > at

bug#13771: make functions cannot be used in RHS of "TESTS ="

2013-06-08 Thread Stefano Lattarini
Reference: Resurrecting an old thread to correct some wrong information (given by myself, sorry about that). On 03/05/2013 04:20 PM, Stefano Lattarini wrote: > > Hi Daiki, sorry for the delay. > > On 02/20/2013 10:27 AM, Daiki Ueno wrote: >>