realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strdup
index a42129962a832a5cee905bf9e089c84baa09f7a4..8da96a230ca0abb7aa8be50dfa82a0fcafd2dc3d 100644 (file)
@@ -1,23 +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.h
 lib/strdup.c
 m4/strdup.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_STRDUP
+gl_STRING_MODULE_INDICATOR([strdup])
 
 Makefile.am:
 
 Include:
-"strdup.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc