changeset 3715:b774a1694ed3

(jm_MACROS): Require AC_FUNC_FSEEKO.
author Jim Meyering <jim@meyering.net>
date Tue, 22 Jan 2002 10:34:43 +0000
parents 3263af9dc48d
children 7586fb8c2fab
files m4/jm-macros.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_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])