btowc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strverscmp
index ad18c1f84a261c60c46dffda7a1ed9309813ab1d..33822c76e2cce94f3db80e3d5af6fb519189318f 100644 (file)
@@ -2,20 +2,21 @@ Description:
 Compare strings holding version numbers.
 
 Files:
-lib/strverscmp.h
 lib/strverscmp.c
 m4/strverscmp.m4
 
 Depends-on:
 extensions
+string
 
 configure.ac:
 gl_FUNC_STRVERSCMP
+gl_STRING_MODULE_INDICATOR([strverscmp])
 
 Makefile.am:
 
 Include:
-"strverscmp.h"
+<string.h>
 
 License:
 LGPLv2+