btowc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strverscmp
index c6acf5bea6c1675d4c5af82c9cdfc4e5f2f49f9a..33822c76e2cce94f3db80e3d5af6fb519189318f 100644 (file)
@@ -2,22 +2,24 @@ 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:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, glibc