openat: provide more convenience names
[pspp] / modules / strtod
index 267776f7ddd7807d51da7db24b5d35955b99cc41..9a4a0f31d2a54384528f0056d584b7915e09e219 100644 (file)
@@ -6,16 +6,25 @@ lib/strtod.c
 m4/strtod.m4
 
 Depends-on:
+c-ctype
+stdbool
+stdlib
 
 configure.ac:
 gl_FUNC_STRTOD
+gl_STDLIB_MODULE_INDICATOR([strtod])
 
 Makefile.am:
-LIBS += @POW_LIB@
+LIBS += $(POW_LIB)
 
 Include:
 <stdlib.h>
 
+Link:
+$(POW_LIB)
+
+License:
+LGPL
+
 Maintainer:
 all
-