round: Update regarding AIX.
[gnulib.git] / modules / strndup
index c882a75..80f143b 100644 (file)
@@ -2,22 +2,25 @@ Description:
 strndup() function: duplicate a size-bounded string.
 
 Files:
-lib/strndup.h
 lib/strndup.c
 m4/strndup.m4
 
 Depends-on:
+extensions
+string
 strnlen
 
 configure.ac:
 gl_FUNC_STRNDUP
+gl_STRING_MODULE_INDICATOR([strndup])
 
 Makefile.am:
-lib_SOURCES += strndup.h
 
 Include:
-"strndup.h"
+<string.h>
+
+License:
+LGPLv2+
 
 Maintainer:
 glibc
-