autoupdate
[gnulib.git] / modules / duplocale
blob7c1a8730a5cbadcea2df82b86d6568701ca2fe9b
1 Description:
2 duplocale() function: duplicate a locale object.
4 Files:
5 lib/duplocale.c
6 m4/duplocale.m4
8 Depends-on:
9 locale
10 setlocale-null  [test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1]
12 configure.ac:
13 gl_FUNC_DUPLOCALE
14 gl_CONDITIONAL([GL_COND_OBJ_DUPLOCALE],
15                [test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1])
16 AM_COND_IF([GL_COND_OBJ_DUPLOCALE], [
17   gl_PREREQ_DUPLOCALE
19 gl_LOCALE_MODULE_INDICATOR([duplocale])
21 Makefile.am:
22 if GL_COND_OBJ_DUPLOCALE
23 lib_SOURCES += duplocale.c
24 endif
26 Include:
27 <locale.h>
29 Link:
30 $(DUPLOCALE_LIB)
32 License:
33 LGPL
35 Maintainer:
36 all