Bruno Haible wrote: > When cross-compiling, configure also reports wrongly: > > checking whether lstat correctly handles trailing slash... no > > Here is a proposed patch. Jim, OK to apply? > > 2012-05-01 Bruno Haible <br...@clisp.org> > > lstat: Avoid "guessing no" when cross-compiling to glibc systems. > * m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): When cross- > compiling, set gl_cv_func_lstat_dereferences_slashed_symlink to > "guessing yes" or "guessing no". > (gl_FUNC_LSTAT): Update. > * m4/fstatat.m4 (gl_FUNC_FSTATAT): Update. > * m4/openat.m4 (gl_FUNC_OPENAT): Update. > * m4/unlinkat.m4 (gl_FUNC_UNLINKAT): Update.
That looks right. Thanks!