Autotest's AT_CLEANUP with parameter?

2007-05-11 Thread Stepan Kasal
Hello, though AT_CLEANUP has not any documented parameters, the command awk '/AT_CLEANUP/ && !/^# .* AT_CLEANUP / && $0 != "AT_CLEANUP" && ! (FILENAME=="local.at" && $0=="AT_CLEANUP") { print FILENAME":"$0 }' *.at find this: foreign.at:AT_CLEANUP(install-sh ltconfig libtool at-path ltmain.s

Re: Autotest's AT_CLEANUP with parameter?

2007-05-11 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Fri, May 11, 2007 at 01:16:49PM CEST: [...] > foreign.at:AT_CLEANUP(install-sh ltconfig libtool at-path ltmain.sh > config.guess config.sub) > semantics.at:AT_CLEANUP([config.libobjs]) > semantics.at:AT_CLEANUP([header1.h header2.h]) > semantics.at:AT_CLEANUP([he

Re: Autotest's AT_CLEANUP with parameter?

2007-05-16 Thread Stepan Kasal
Hi Ralf, On Fri, May 11, 2007 at 05:06:59PM +0200, Ralf Wildenhues wrote: > [...] > > semantics.at:AT_CLEANUP([config.libobjs]) ... > Almost: there was a time when the macro would do that. ... > I have (grepped ChangeLog* ;-) Thank you very much. Sorry. > You could just commit a patch that ju