From: Jim Meyering Date: Mon, 7 Jun 2004 15:26:49 +0000 (+0000) Subject: (gl_MACROS): Check for the directio function. X-Git-Tag: v5.3.0~1391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c410e41685d59fde9bc0d572c68dec76387fe94e;p=thirdparty%2Fcoreutils.git (gl_MACROS): Check for the directio function. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 4bfc0f37b3..18b1287893 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 71 -*- autoconf -*- +#serial 72 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -75,6 +75,8 @@ AC_DEFUN([gl_MACROS], AC_REQUIRE([gl_CLOCK_TIME]) AC_CHECK_FUNCS(gettimeofday) AC_FUNC_GETTIMEOFDAY_CLOBBER + # used by shred + AC_CHECK_FUNCS(directio) AC_REQUIRE([AC_FUNC_CLOSEDIR_VOID])