realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strdup
index 2c258637f421407d5ac6a9c0a158f161e71d3cf0..8da96a230ca0abb7aa8be50dfa82a0fcafd2dc3d 100644 (file)
@@ -1,16 +1,30 @@
 Description:
 strdup() function: duplicate a string.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. But you may want to use the strdup-posix module.
+
 Files:
 lib/strdup.c
 m4/strdup.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STRDUP
+gl_STRING_MODULE_INDICATOR([strdup])
 
 Makefile.am:
 
 Include:
+<string.h>
+
+License:
+LGPLv2+
 
+Maintainer:
+all, glibc