Re: improved Automake test for file names with funny characters

2005-07-20 Thread Paul Eggert
Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: > I'm reluctant to chop $destdir using sed in a loop, but at least > that sounds less clumsy than going into an empty subdirectory to > execute set :) Any other idea ? Here's a fix for that problem. The basic idea is to drop the use of IFS, except

a typo in a test

2005-07-20 Thread Stepan Kasal
Hello, I've notice one more typo. Stepan 2005-07-20 Stepan Kasal <[EMAIL PROTECTED]> * tests/colon3.test: s/EGREP/FGREP/ Index: tests/colon3.test === RCS file: /cvs/automake/automake/tests/colon3.test,v retrieving revisio

tests/defs should check for libtool.m4 and gettext.m4

2005-07-20 Thread Stepan Kasal
Hello, when a test sets $required so that it contains both *libtool* and *gettext*, we should look for libtool.m4 _and_ gettext.m4. Current code in defs.in forgets to look for gettext.m4. Please find attached a proposed patch. Have a nice day, Stepan Kasal 2005-07-20 Stepan Kasal <[EM

typos

2005-07-20 Thread Stepan Kasal
Hi, I have noticed two typos in the Automake manual. Stepan 2005-07-20 Stepan Kasal <[EMAIL PROTECTED]> * doc/automake.texi (Auxiliary Programs): Fix a typo. * tests/suffix11.test: Fix a typo. Index: doc/automake.texi ===

Re: improved Automake test for file names with funny characters

2005-07-20 Thread Stepan Kasal
Hello Alexandre, On Tue, Jul 19, 2005 at 10:08:45PM +0200, Alexandre Duret-Lutz wrote: > I'm reluctant to chop $destdir using sed in a loop, [...] I think there is a possibility to call the sed only once, before the set. Please have a look at the attached patch. I have made some experiments on my