* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / stpcpy
index 7bcf9d8600755ef4adfc651317668ab0f3541bc5..d30c1cf6f72837ff8e4640e11414aec06eaa9c9e 100644 (file)
@@ -2,24 +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
-