(atexit): Define using a prototype.
[gnulib.git] / modules / strtod
index 4be1db6..a1a450e 100644 (file)
@@ -11,8 +11,10 @@ configure.ac:
 gl_FUNC_STRTOD
 
 Makefile.am:
-LIBS += @POW_LIB@
+LIBS += $(POW_LIB)
 
 Include:
 <stdlib.h>
 
+Maintainer:
+all