strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / argmatch
index 04ce4df493a08c80b80851480f35bfed76242182..0dd643cdfbdd7a0eee39ed91c193e5b48ac402d8 100644 (file)
@@ -4,6 +4,7 @@ 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-h
@@ -12,12 +13,14 @@ quotearg
 quote
 exit
 exitfail
+verify
 stdbool
+memcmp
 
 configure.ac:
+gl_ARGMATCH
 
 Makefile.am:
-lib_SOURCES += argmatch.h argmatch.c
 
 Include:
 "argmatch.h"