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
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
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
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
===
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