(jm_MACROS): Require AC_FUNC_FSEEKO.
authorJim Meyering <jim@meyering.net>
Tue, 22 Jan 2002 10:34:43 +0000 (10:34 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 22 Jan 2002 10:34:43 +0000 (10:34 +0000)
m4/jm-macros.m4

index 4c180bf..6741794 100644 (file)
@@ -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])