strtoumax: fix typo in previous commit.
[gnulib.git] / modules / strdup-posix
1 Description:
2 strdup() function: duplicate a string.
3
4 Files:
5 lib/strdup.c
6 m4/strdup.m4
7
8 Depends-on:
9 string
10 malloc-posix    [test $ac_cv_func_strdup = no || test $REPLACE_STRDUP = 1]
11
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
17 fi
18 gl_STRING_MODULE_INDICATOR([strdup])
19
20 Makefile.am:
21
22 Include:
23 <string.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 all, glibc