mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / lseek
index 4c541ab12880b9f7a103cf406271db7ec8386f14..5b4a267a628ad52efff83766881c11db62995ad6 100644 (file)
@@ -10,6 +10,9 @@ unistd
 
 configure.ac:
 gl_FUNC_LSEEK
+if test $REPLACE_LSEEK = 1; then
+  AC_LIBOBJ([lseek])
+fi
 gl_UNISTD_MODULE_INDICATOR([lseek])
 
 Makefile.am:
@@ -18,7 +21,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Eric Blake