crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strndup
index e11f5b3cef89af857df9f79c35187ba127dc9c01..c76e966a57061801cf5e50b56c591c0779a6474d 100644 (file)
@@ -6,12 +6,21 @@ lib/strndup.c
 m4/strndup.m4
 
 Depends-on:
-strnlen
+string
+extensions
+strnlen         [test $ac_cv_func_strndup = no || test $REPLACE_STRNDUP = 1]
 
 configure.ac:
 gl_FUNC_STRNDUP
+gl_STRING_MODULE_INDICATOR([strndup])
 
 Makefile.am:
 
 Include:
+<string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+glibc