* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
[gnulib.git] / modules / stpcpy
index 71ca62f..de70b10 100644 (file)
@@ -2,17 +2,23 @@ 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
+gl_STRING_MODULE_INDICATOR([stpcpy])
 
 Makefile.am:
 
 Include:
-"stpcpy.h"
+<string.h>
 
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc