I wrote:
> I've just checked in the following change.
> It made it so coreutils-5.96 uses the lib/lstat.c wrapper
> when it shouldn't (e.g., w/linux) and doesn't when it should.
>
> 2006-05-23  Jim Meyering  <[EMAIL PROTECTED]>
>
>       * lib/autoconf/functions.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK):
>       Fix typo introduced with 2006-04-02 change.  It reversed the sense
>       of the test.

This bit me for coreutils-5.96[*].
How about a new test release, autoconf-2.59e, so
I can require that rather than providing a replacement
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK macro in coreutils-5.97?

[*] It makes many of the coreutils use the lstat wrapper on Linux
(resulting in an unnecessary performance penalty) and causes test failures
on Solaris 9, where the wrapper is not being used, but should be.


Reply via email to