[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#62896: [Configure] Bug with check for PERL when path has spaces (i.e
From: |
Paul Eggert |
Subject: |
bug#62896: [Configure] Bug with check for PERL when path has spaces (i.e. Windows) |
Date: |
Sat, 2 Dec 2023 21:55:52 -0800 |
User-agent: |
Mozilla Thunderbird |
On 2023-12-02 19:29, Zack Weinberg wrote:
`grep -q` *is* in POSIX, but I seem to recall tripping over a
system that didn't have it (probably either a Solaris successor, or AIX)
during the run-up to Autoconf 2.71.
Solaris 10 /usr/bin/grep does not support -e, -E, -f, -F, -q, or -x.
Solaris 10 is supported by its supplier through January 2025; that's the
usual guideline we use for how long to support a sorta-POSIX OS.
However, the script shouldn't use 'grep'. Instead, it should just use
the shell's builtin pattern matching. That's faster and more portable. I
installed the attached into Automake.
The original bug was fixed before I got to this, so I'm boldly closing
the bug report.
0001-Simplify-recent-PERL-check.patch
Description: Text Data