mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / stpncpy
index 65ea0a03df5b980f311ee757ed61b34178d7bcbd..ccbd2537070d2f2ca8ab8c4c21e8c8622bf08495 100644 (file)
@@ -2,24 +2,24 @@ Description:
 stpncpy() function: copy a size-bounded string, returning a pointer to its end.
 
 Files:
-lib/stpncpy.h
 lib/stpncpy.c
 m4/stpncpy.m4
 
 Depends-on:
+extensions
+string
 
 configure.ac:
 gl_FUNC_STPNCPY
+gl_STRING_MODULE_INDICATOR([stpncpy])
 
 Makefile.am:
-EXTRA_DIST += stpncpy.h stpncpy.c
 
 Include:
-"stpncpy.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
-