mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / fseek
index 375a54cc53ed74b367d30e5985bcccd2e44315fc..87ab89ecb08e0e5e0e023ec5fef7c2c075fff846 100644 (file)
@@ -6,12 +6,14 @@ lib/fseek.c
 m4/fseek.m4
 
 Depends-on:
-fseeko
 stdio
+fseeko          [test $REPLACE_FSEEK = 1]
 
 configure.ac:
 gl_FUNC_FSEEK
-gl_MODULE_INDICATOR([fseek])
+if test $REPLACE_FSEEK = 1; then
+  AC_LIBOBJ([fseek])
+fi
 gl_STDIO_MODULE_INDICATOR([fseek])
 
 Makefile.am:
@@ -20,7 +22,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible