strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / argmatch
index 0c039652f21b508426dc1d87db369714f93da0f5..0dd643cdfbdd7a0eee39ed91c193e5b48ac402d8 100644 (file)
@@ -4,19 +4,23 @@ Search for an exact or abbreviated match of a string in an array of strings.
 Files:
 lib/argmatch.h
 lib/argmatch.c
+m4/argmatch.m4
 
 Depends-on:
-gettext
+gettext-h
 error
 quotearg
 quote
 exit
 exitfail
+verify
+stdbool
+memcmp
 
 configure.ac:
+gl_ARGMATCH
 
 Makefile.am:
-lib_SOURCES += argmatch.h argmatch.c
 
 Include:
 "argmatch.h"
@@ -26,4 +30,3 @@ GPL
 
 Maintainer:
 all
-