Bruno Haible wrote: > This cross-compilation guess is also suboptimal: > > checking for d_ino member in directory struct... no > > since d_ino is known to work on glibc/Linux since ever: > glibc/sysdeps/unix/sysv/linux/bits/dirent.h is essentially unchanged since > 1997. > > > 2012-05-05 Bruno Haible <br...@clisp.org> > > d-ino: Avoid guessing "no" when cross-compiling to glibc/Linux systems. > * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Require > AC_CANONICAL_HOST. When cross-compiling to a glibc/Linux platform, > set gl_cv_struct_dirent_d_ino to "guessing yes".
Thanks. With all of your recent improvements, cross-compiled gnulib-using tools will be noticeably lighter-weight and more efficient.