FYI: reduce the am__XXX* shadowing clutter (Was: Re: $(EXEEXT) in TESTS required?)

2006-04-09 Thread Alexandre Duret-Lutz
| Note to self: need to tune transform_variable_recursively so it doesn't | create a temporary variable when no transformation has occurred. I'm checking this patch in. It has two effects : - automake no longer systematically creates a shadow am__XXX variable for each subvariable of a

Re: $(EXEEXT) in TESTS required?

2006-01-30 Thread Ralf Wildenhues
Hi Simon, * Simon Josefsson wrote on Mon, Jan 30, 2006 at 10:40:56AM CET: I wonder what the best idiom for gnulib should be. We probably do not want to require automake CVS just yet. Should it be the one I'm using: TESTS += test-gc$(EXEEXT) check_PROGRAMS += test-gc or should we do

Re: $(EXEEXT) in TESTS required?

2006-01-29 Thread Alexandre Duret-Lutz
SJ == Simon Josefsson [EMAIL PROTECTED] writes: SJ Ralf Wildenhues [EMAIL PROTECTED] writes: Now I wonder how to best fix this in Automake: - document the fact that $(EXEEXT) should be used in `TESTS', for the benefit of cross-compilation, - have Automake rewrite TESTS to add $(EXEEXT)