[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposed patch for "Tests failed with LINENO." Autoconf bug
From: |
Paul Eggert |
Subject: |
Re: proposed patch for "Tests failed with LINENO." Autoconf bug |
Date: |
Thu, 25 Oct 2001 18:55:17 -0700 (PDT) |
> From: Paul Eggert <address@hidden>
> Date: Thu, 25 Oct 2001 18:02:26 -0700 (PDT)
>
> The problem is that Solaris 2.5.1 /bin/ksh does not increment
> $LINENO inside an eval'ed string.
(Replying to myself. :-)
This isn't quite correct. The problem is actually that /bin/ksh (even
on Solaris 8) does not increment $LINENO inside an eval'ed string.
The problem was noticed on Solaris 2.5.1 because that host lacks
/bin/bash. /bin/ksh fails the too-stringent test on that host, and so
the testsuite code falls back on the buggy awk substitute.
Sorry for any confusion. This issue doesn't affect the validity of
the proposed patch, though.
- proposed patch for "Tests failed with LINENO." Autoconf bug, Paul Eggert, 2001/10/25
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug,
Paul Eggert <=
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Akim Demaille, 2001/10/26
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Paul Eggert, 2001/10/26
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Raja R Harinath, 2001/10/27
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Paul Eggert, 2001/10/28
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Akim Demaille, 2001/10/30
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Paul Eggert, 2001/10/30
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Akim Demaille, 2001/10/31
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Paul Eggert, 2001/10/31
- Re: proposed patch for "Tests failed with LINENO." Autoconf bug, Akim Demaille, 2001/10/31
- proposed Autoconf patch so that "configure" need not use Awk, Paul Eggert, 2001/10/31