* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / stpncpy
index 96b52307f18acb2bc03e412b1ead0d342cb45955..87847103d7533d2fd28f959bc3b06246265a7358 100644 (file)
@@ -2,24 +2,22 @@ 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:
+string
 
 configure.ac:
 gl_FUNC_STPNCPY
 
 Makefile.am:
-lib_SOURCES += stpncpy.h
 
 Include:
-"stpncpy.h"
+<string.h>
 
 License:
 LGPL
 
 Maintainer:
 Bruno Haible, glibc
-