* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / stpcpy
index ad3e64d8db3cdc11b3fc8104da77cd7903106e55..d30c1cf6f72837ff8e4640e11414aec06eaa9c9e 100644 (file)
@@ -2,18 +2,22 @@ Description:
 stpcpy() function: copy a string, returning a pointer to its end.
 
 Files:
-lib/stpcpy.h
 lib/stpcpy.c
 m4/stpcpy.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STPCPY
 
 Makefile.am:
-lib_SOURCES += stpcpy.h
 
 Include:
-"stpcpy.h"
+<string.h>
 
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc