bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: generated tests/*.at in cvs?


From: Stepan Kasal
Subject: Re: generated tests/*.at in cvs?
Date: Tue, 4 Apr 2006 15:46:00 +0200
User-agent: Mutt/1.4.1i

Hello,

On Sun, Apr 02, 2006 at 09:11:25PM +0200, Ralf Wildenhues wrote:
> If the change should remain, [...] fix mktests.sh [...]

yes, I'd like to keep that change, and I'd like fix mktest.sh.
(Unfortunately, I don't have access to many platforms.)

I can see several ways to fix it:

1) Use egrep -f
2) Use -f or multiline patterns, whichever is supported.
3) Most of the script can be replaced with one call to awk,
with a long parameter list.

Discussion:
ad 1) and 2) 
Which platforms have grep which doesn't support -f?
Could we ignore them for now?  We can switch to variant 2) later, when/if
there si a need.

ad 2) I think the most convenient way would be to use a shell function.

ad 3) Is the best option, IMHO.
It would help if I had access to Solaris, but it is doable even without it.

Stay tuned,
        Stepan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]