X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fd-ino.m4;h=d2555e90a14e0fb35528d0bcef89d9308502a077;hb=ab925242c495050cda536f918ff4d5118798505a;hp=92d76591e93decdedd11cb159a598afc2c05a4ba;hpb=af932c117a55509466bde2ba79f2d9c4e6b74ae2;p=gnulib.git diff --git a/m4/d-ino.m4 b/m4/d-ino.m4 index 92d76591e..d2555e90a 100644 --- a/m4/d-ino.m4 +++ b/m4/d-ino.m4 @@ -1,11 +1,11 @@ -#serial 3 +#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 ] )