autoconf-patches
[Top][All Lists]
Advanced

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

Re: non portable sed scripts


From: Stepan Kasal
Subject: Re: non portable sed scripts
Date: Tue, 23 May 2006 14:18:37 +0200
User-agent: Mutt/1.4.2.1i

[limiting to autoconf-patches]

Hi,

On Mon, May 22, 2006 at 09:12:48PM -0700, Tim Rice wrote:
> OSR5 awk has an input record limit of 3K bytes.
> UW7 awk has an input record limit of 5K
> And the awk string limit -- 401 limit in OSR5, 5K limit in UW7.

the string limit is for literal strings in code, right?
It's 399 for AIX awk.

That means we will have to pass the AC_SUBSTed values via an input
file.

The limit for record size means that no line nor substituted value
can be bigger than 3K on OSR5.  I think that is a reasonable limit.

Stepan




reply via email to

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