X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtod;h=4098b13641f5be157657918801cb98d73d4ce66f;hb=d8c878368309fa0255b79d90bc773e63e8260053;hp=7367573879c46a469355847e51cf53534b31fc32;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/strtod b/modules/strtod index 736757387..4098b1364 100644 --- a/modules/strtod +++ b/modules/strtod @@ -1,4 +1,5 @@ Description: +strtod() function: convert string to 'double'. Files: lib/strtod.c @@ -10,8 +11,13 @@ configure.ac: gl_FUNC_STRTOD Makefile.am: -LIBS += @POW_LIB@ +LIBS += $(POW_LIB) Include: +License: +LGPL + +Maintainer: +all