Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strdup-posix
blob846baf2eb81aa235d66e565c838a3eb9b6af5939
1 Description:
2 strdup() function: duplicate a string.
4 Files:
5 lib/strdup.c
6 m4/strdup.m4
8 Depends-on:
9 string
10 malloc-posix    [test $ac_cv_func_strdup = no || test $REPLACE_STRDUP = 1]
12 configure.ac:
13 gl_FUNC_STRDUP_POSIX
14 if test $ac_cv_func_strdup = no || test $REPLACE_STRDUP = 1; then
15   AC_LIBOBJ([strdup])
16   gl_PREREQ_STRDUP
18 gl_STRING_MODULE_INDICATOR([strdup])
20 Makefile.am:
22 Include:
23 <string.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all, glibc