pread: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strndup
index 90e599c2bb67c7e3db7b34d34c514510c27f687f..c76e966a57061801cf5e50b56c591c0779a6474d 100644 (file)
@@ -6,15 +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
-