Hi Alexandre,
* Alexandre Duret-Lutz wrote on Tue, Jun 06, 2006 at 10:18:19PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> RW> Automake patch:
> RW> * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use
> RW> plain `grep' on the Makefile, as its line length may excee
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
[...]
RW> Automake patch:
RW> * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use
RW> plain `grep' on the Makefile, as its line length may exceed that
RW> for grep. Bug report against coreutils by Sam Sirlin.
Please install!
[
Date: Sat, 27 May 2006 17:16:50 +0200
From: Ralf Wildenhues <[EMAIL PROTECTED]>
...
FWIW, I'm not totally sure this is exactly the bug that Sam reported.
(The line may be longer or shorter on Solaris; there, /usr/xpg4/bin/grep
is documented to have a limit of LINE_MAX = 2.48 bytes (
Apologies for the cross post.
AIX grep allows 2048 characters in a line, and fails otherwise.
This breaks coreutils-5.96 configure:
| grep: Maximum line length of 2048 exceeded.
[...]
| grep: Maximum line length of 2048 exceeded.
| configure: error: could not make ./config.status
because of this