* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / strndup
index 77d62f8c0199c9d7c8031eaf956842c8f944a604..7246e0af086622590ce79fa614f6d87e638f157b 100644 (file)
@@ -2,11 +2,11 @@ Description:
 strndup() function: duplicate a size-bounded string.
 
 Files:
-lib/strndup.h
 lib/strndup.c
 m4/strndup.m4
 
 Depends-on:
+string
 strnlen
 
 configure.ac:
@@ -15,8 +15,10 @@ gl_FUNC_STRNDUP
 Makefile.am:
 
 Include:
-"strndup.h"
+<string.h>
+
+License:
+LGPL
 
 Maintainer:
 glibc
-