* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / stpncpy
index 0646e27983f3c5a4c9e7ff75d765ee79bc20eb57..87847103d7533d2fd28f959bc3b06246265a7358 100644 (file)
@@ -2,21 +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
-