bug-autoconf
[Top][All Lists]
Advanced

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

autoconf: undocumented limitation


From: Bruno Haible
Subject: autoconf: undocumented limitation
Date: Mon, 6 Apr 2009 02:58:13 +0200
User-agent: KMail/1.9.9

Hi,

Files that are used as arguments of AC_CONFIG_FILES must have a maximum line
length (not counting the newline) of at most 3070. This limitation is not
documented in the autoconf manual. Could you please document it?

Past this limit, config.status fails on HP-UX 11.00 and IRIX 6.5.


On HP-UX 11.00:
-------------------------------------------------------------------------
config.status: creating lib/Makefile
awk: Input line # Reproduce by: gnul cannot be longer than 3,000 bytes.
 The input line number is 25.
 The source line number is 437.
config.status: error: could not create lib/Makefile
-------------------------------------------------------------------------

It works with line length 3070, fails with line length 3071.


On IRIX 6.5:
-------------------------------------------------------------------------
config.status: creating lib/Makefile
Input record `# Reproduce by: gnul...' too long
Input record number 25
Source line number 437
config.status: error: could not create lib/Makefile
-------------------------------------------------------------------------

It works with line length 3071, fails with line length 3072.


Bruno




reply via email to

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