bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-08 Thread Ralf Wildenhues
* Ralf Corsepius wrote on Sat, Jan 08, 2011 at 04:26:11AM CET: > On 01/07/2011 07:53 PM, Ralf Wildenhues wrote: > >* Ralf Corsepius wrote on Fri, Jan 07, 2011 at 05:52:54PM CET: > >>On 01/07/2011 03:36 PM, Stefano Lattarini wrote: > >>>Currently, automake is not smart enough to resolve variable exp

bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-07 Thread Ralf Corsepius
On 01/07/2011 07:53 PM, Ralf Wildenhues wrote: Hello Ralf, * Ralf Corsepius wrote on Fri, Jan 07, 2011 at 05:52:54PM CET: On 01/07/2011 03:36 PM, Stefano Lattarini wrote: Currently, automake is not smart enough to resolve variable expansions in AM_YFLAGS (or foo_YFLAGS) when scanning them for

bug#7800: [PATCHES] yacc: support variable expansions in *YFLAGS definition (was: Re: bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved)

2011-01-07 Thread Stefano Lattarini
[PATCH 1/2] tests: more on *YFLAGS support * tests/yflags-var-expand.test: New test, still xfailing. It exposes automake bug#7800 -- "automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved". * tests/yflags-d-false-positive.test: New test, checking tha

bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-07 Thread Stefano Lattarini
On Friday 07 January 2011, Ralf Wildenhues wrote: > Hi Stefano, > > thanks for the report. > > * Stefano Lattarini wrote on Fri, Jan 07, 2011 at 03:36:43PM CET: > > Currently, automake is not smart enough to resolve variable expansions > > in AM_YFLAGS (or foo_YFLAGS) when scanning them for the `

bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-07 Thread Ralf Corsepius
On 01/07/2011 03:36 PM, Stefano Lattarini wrote: severity: wishlist thanks -*-*- Hello automakers. Currently, automake is not smart enough to resolve variable expansions in AM_YFLAGS (or foo_YFLAGS) when scanning them for the `-d' flag. For example: $ cat configure.ac AC_INIT(x,0) A

bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-07 Thread Ralf Wildenhues
Hi Stefano, thanks for the report. * Stefano Lattarini wrote on Fri, Jan 07, 2011 at 03:36:43PM CET: > Currently, automake is not smart enough to resolve variable expansions > in AM_YFLAGS (or foo_YFLAGS) when scanning them for the `-d' flag. value_as_list_recursive can usually help here. > Not

bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved

2011-01-07 Thread Stefano Lattarini
severity: wishlist thanks -*-*- Hello automakers. Currently, automake is not smart enough to resolve variable expansions in AM_YFLAGS (or foo_YFLAGS) when scanning them for the `-d' flag. For example: $ cat configure.ac AC_INIT(x,0) AM_INIT_AUTOMAKE(foreign) AC_PROG_CC AC_PROG_YACC