mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / stpcpy
index 71ca62f9915fb69b5d3f94a3802980d907ad24ee..3d00faf40343b683fde7fbfe124d4a3321b0eec5 100644 (file)
@@ -2,17 +2,24 @@ Description:
 stpcpy() function: copy a string, returning a pointer to its end.
 
 Files:
-lib/stpcpy.h
 lib/stpcpy.c
 m4/stpcpy.m4
 
 Depends-on:
+extensions
+string
 
 configure.ac:
 gl_FUNC_STPCPY
+gl_STRING_MODULE_INDICATOR([stpcpy])
 
 Makefile.am:
 
 Include:
-"stpcpy.h"
+<string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible, glibc