ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / duplocale
blob08eca3c26196f341169f49ba23d92a6e28621688
1 Description:
2 duplocale() function: duplicate a locale object.
4 Files:
5 lib/duplocale.c
6 m4/duplocale.m4
8 Depends-on:
9 locale
11 configure.ac:
12 gl_FUNC_DUPLOCALE
13 if test $REPLACE_DUPLOCALE = 1; then
14   AC_LIBOBJ([duplocale])
15   gl_PREREQ_DUPLOCALE
17 gl_LOCALE_MODULE_INDICATOR([duplocale])
19 Makefile.am:
21 Include:
22 <locale.h>
24 License:
25 LGPL
27 Maintainer:
28 all