Re: Autotest: loops of tests

2005-03-22 Thread Ralf Wildenhues
Hi Noah, * Noah Misch wrote on Sat, Mar 19, 2005 at 10:29:32PM CET: On Fri, Mar 18, 2005 at 09:03:52AM +0100, Ralf Wildenhues wrote: for flag in -foo -bar do AT_SETUP(test with flag $flag.) AT_DATA(file.cc, ...) AT_CHECK($compile $flag ..) AT_CLEANUP done except

Re: [bug-gnulib] aux-dir name - result

2005-03-22 Thread Bruno Haible
The poll result is: for 'build-aux': 5 votes (Paolo Bonzini, Sergey Poznyakoff, Bruno Haible, Jim Meyering, Stepan Kasal) for 'buildaux': 2 votes (Paul Smith, Alexandre Duret-Lutz) So here is a proposed patch for autoconf's manual, to mention the common name. I

Re: lib_LIBRARIES must be set with `=' before using `+='

2005-03-22 Thread Harald Dunkel
Harald Dunkel wrote: This is my suggestion: --- ../old/automake-1.9.5/lib/Automake/VarDef.pm2004-09-21 20:20:34.0 +0200 +++ lib/Automake/VarDef.pm 2005-02-24 09:07:21.106214815 +0100 @@ -152,7 +152,7 @@ # A user variable must be set by either `=' or `:=', and later #