strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / readlink
index e2920e9a765645bdbc6c3f6e79e6645d9dc21e83..eb32ef53ee9971651820c1660bd9ba904e77a933 100644 (file)
@@ -6,16 +6,20 @@ lib/readlink.c
 m4/readlink.m4
 
 Depends-on:
+stat
+unistd
 
 configure.ac:
 gl_FUNC_READLINK
+gl_UNISTD_MODULE_INDICATOR([readlink])
 
 Makefile.am:
 
 Include:
+<unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible