install-reloc: Support multi-binary installation.
[gnulib.git] / modules / lseek
index 4c541ab..ced4431 100644 (file)
@@ -7,9 +7,16 @@ m4/lseek.m4
 
 Depends-on:
 unistd
+sys_types
+largefile
+msvc-nothrow    [test $REPLACE_LSEEK = 1]
+fstat           [test $REPLACE_LSEEK = 1]
 
 configure.ac:
 gl_FUNC_LSEEK
+if test $REPLACE_LSEEK = 1; then
+  AC_LIBOBJ([lseek])
+fi
 gl_UNISTD_MODULE_INDICATOR([lseek])
 
 Makefile.am:
@@ -18,7 +25,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Eric Blake