Hash :
0e6b5ce1
Author :
Date :
2011-05-22T13:16:19
strdup, strdup-posix: Move AC_LIBOBJ invocations to module description. * m4/strdup.m4 (gl_FUNC_STRDUP): Move AC_LIBOBJ and gl_PREREQ_STRDUP invocations from here... * modules/strdup (configure.ac): ... to here. * modules/strdup-posix (configure.ac): ... and here.
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
if test $ac_cv_func_strdup = no; then
AC_LIBOBJ([strdup])
gl_PREREQ_STRDUP
fi
gl_STRING_MODULE_INDICATOR([strdup])
Makefile.am:
Include:
<string.h>
License:
LGPLv2+
Maintainer:
all, glibc