maint.mk: avoid sc_prohibit_always-defined_macros failure in coreutils
[gnulib.git] / modules / lseek
index 33de968..0fc7923 100644 (file)
@@ -7,9 +7,13 @@ m4/lseek.m4
 
 Depends-on:
 unistd
+largefile
 
 configure.ac:
 gl_FUNC_LSEEK
+if test $REPLACE_LSEEK = 1; then
+  AC_LIBOBJ([lseek])
+fi
 gl_UNISTD_MODULE_INDICATOR([lseek])
 
 Makefile.am: