iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / fopen
index 58727455e20a1128e8d20701b8237c11e71d0085..13799e987e71fd8c9d0e931de7388e858da01a00 100644 (file)
@@ -7,10 +7,14 @@ m4/fopen.m4
 
 Depends-on:
 stdio
-unistd
+unistd          [test $REPLACE_FOPEN = 1]
 
 configure.ac:
 gl_FUNC_FOPEN
+if test $REPLACE_FOPEN = 1; then
+  AC_LIBOBJ([fopen])
+  gl_PREREQ_FOPEN
+fi
 gl_STDIO_MODULE_INDICATOR([fopen])
 
 Makefile.am:
@@ -19,7 +23,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible