iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strcase
index 5eacc403714977ea3fb5768df16c662cf0670348..0c91e06c4f65db5fa8945f747e5aa2373831f3de 100644 (file)
@@ -1,28 +1,30 @@
 Description:
 Case-insensitive string comparison functions.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
-lib/strcase.h
 lib/strcasecmp.c
 lib/strncasecmp.c
 m4/strcase.m4
-m4/mbrtowc.m4
 
 Depends-on:
-mbuiter
+strings
 
 configure.ac:
 gl_STRCASE
 
 Makefile.am:
-lib_SOURCES += strcase.h
 
 Include:
-"strcase.h"
+<strings.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
-