fpending, obstack, strerror-override: use pure+const function attrs
[gnulib.git] / modules / fpurge
index 1caa67d..241abeb 100644 (file)
@@ -11,16 +11,18 @@ stdio
 
 configure.ac:
 gl_FUNC_FPURGE
+if test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1; then
+  AC_LIBOBJ([fpurge])
+fi
 gl_STDIO_MODULE_INDICATOR([fpurge])
 
 Makefile.am:
-lib_SOURCES += fpurge.c
 
 Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, Eric Blake