Jim Meyering <[EMAIL PROTECTED]> wrote:
> coreutils' configure-time test for existence of lib/getloadavg.c
> was failing because that file is now typically a symlink.
>
> Here's how I've fixed it:
>
> 2006-10-12  Jim Meyering  <[EMAIL PROTECTED]>
>
>       * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
>       lib/getloadavg.c using "ls -L", not "test -f".  The latter would
>       fail with a symlink, which is what coreutils' ./bootstrap now
>       creates by default.

Well, something else is up.
I was too hasty.
test -f works just fine, so I've reverted that change.


Reply via email to