* doc/autoconf.texi (Configuration Actions): The input to
config.status should have reasonable line length.
(Limitations of Usual Tools): Document IRIX, HP-UX awk input
line length limit.
Report by Bruno Haible.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ Document awk and config.status line length limitations.
+ * doc/autoconf.texi (Configuration Actions): The input to
+ config.status should have reasonable line length.
+ (Limitations of Usual Tools): Document IRIX, HP-UX awk input
+ line length limit.
+ Report by Bruno Haible.
+
Skip `Multiple languages' test if CC is a C++ compiler.
* tests/compile.at (Multiple languages): Before starting the
test proper, build and run a configure script that tests the
The @var{inputs} may be absolute or relative file names. In the latter
case they are first looked for in the build tree, and then in the source
-tree.
+tree. Input files should be text files, and a line length below 2000
+bytes should be safe.
@item commands
Shell commands output literally into @file{config.status}, and
per run of non-special characters in a @code{printf} format, but these
bugs have been fixed on all practical hosts that we know of.
+HP-UX 11.00 and IRIX 6.5 Awk require that input files have a line length
+of at most 3070 bytes.
+
@item @command{basename}
@c ---------------------
@prindex @command{basename}