X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fd-ino.m4;h=d2555e90a14e0fb35528d0bcef89d9308502a077;hb=a802e7b9420571c932f0e98a1c3cca4f43adf8a3;hp=051dc19c377da08444688306281474ebaec0bd63;hpb=c974503d1ca011357a113e7e5f5feece680943b3;p=gnulib.git diff --git a/m4/d-ino.m4 b/m4/d-ino.m4 index 051dc19c3..d2555e90a 100644 --- a/m4/d-ino.m4 +++ b/m4/d-ino.m4 @@ -1,11 +1,11 @@ -#serial 2 +#serial 5 dnl From Jim Meyering. dnl dnl Check whether struct dirent has a member named d_ino. dnl -AC_DEFUN(jm_CHECK_TYPE_STRUCT_DIRENT_D_INO, +AC_DEFUN([jm_CHECK_TYPE_STRUCT_DIRENT_D_INO], [AC_REQUIRE([AC_HEADER_DIRENT])dnl AC_CACHE_CHECK([for d_ino member in directory struct], jm_cv_struct_dirent_d_ino, @@ -35,8 +35,8 @@ AC_DEFUN(jm_CHECK_TYPE_STRUCT_DIRENT_D_INO, ) if test $jm_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.]) + [Define if there is a member named d_ino in the struct describing + directory headers.]) fi ] )