summaryrefslogtreecommitdiff
path: root/modules/duplocale
blob: 7c1a8730a5cbadcea2df82b86d6568701ca2fe9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Description:
duplocale() function: duplicate a locale object.

Files:
lib/duplocale.c
m4/duplocale.m4

Depends-on:
locale
setlocale-null  [test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1]

configure.ac:
gl_FUNC_DUPLOCALE
gl_CONDITIONAL([GL_COND_OBJ_DUPLOCALE],
               [test $HAVE_DUPLOCALE = 1 && test $REPLACE_DUPLOCALE = 1])
AM_COND_IF([GL_COND_OBJ_DUPLOCALE], [
  gl_PREREQ_DUPLOCALE
])
gl_LOCALE_MODULE_INDICATOR([duplocale])

Makefile.am:
if GL_COND_OBJ_DUPLOCALE
lib_SOURCES += duplocale.c
endif

Include:
<locale.h>

Link:
$(DUPLOCALE_LIB)

License:
LGPL

Maintainer:
all