summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-22 10:34:43 +0000
committerJim Meyering <jim@meyering.net>2002-01-22 10:34:43 +0000
commite4407b754b16b09a48e2ccb32642a7da230f99d9 (patch)
treebfdb0fe60156f749281881f49c34a3570c4863a1 /m4
parentf2c93707b40c0bde93e1edbc941043307ca938bb (diff)
downloadcoreutils-e4407b754b16b09a48e2ccb32642a7da230f99d9.tar.xz
(jm_MACROS): Require AC_FUNC_FSEEKO.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 4c180bfbb..674179435 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 43 -*- autoconf -*-
+#serial 44 -*- autoconf -*-
dnl Misc type-related macros for fileutils, sh-utils, textutils.
@@ -64,6 +64,7 @@ AC_DEFUN([jm_MACROS],
AC_REQUIRE([jm_FUNC_GETGROUPS])
test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS"
+ AC_REQUIRE([AC_FUNC_FSEEKO])
AC_REQUIRE([AC_FUNC_VPRINTF])
AC_REQUIRE([AC_FUNC_ALLOCA])
AC_FUNC_GETLOADAVG([lib])