I propose also the following documentation patch.

2007-05-03  James Youngman  <[EMAIL PROTECTED]>

       * m4/d-ino.m4: Indicate that D_INO_IN_DIRENT is defined only
       if the d_ino member of struct dirent contains a value that is
       ever useful.

diff -u -p -r1.11 d-ino.m4
--- m4/d-ino.m4 2 May 2007 19:06:46 -0000       1.11
+++ m4/d-ino.m4 3 May 2007 22:33:06 -0000
@@ -36,7 +36,8 @@ AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_
   if test $gl_cv_struct_dirent_d_ino = yes; then
     AC_DEFINE(D_INO_IN_DIRENT, 1,
       [Define if there is a member named d_ino in the struct describing
-        directory headers.])
+        directory headers.  Do not define if the member exists but is not
+       useful.])
   fi
  ]
)


Reply via email to