summaryrefslogtreecommitdiff
path: root/modules/duplocale
blob: 08eca3c26196f341169f49ba23d92a6e28621688 (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
Description:
duplocale() function: duplicate a locale object.

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

Depends-on:
locale

configure.ac:
gl_FUNC_DUPLOCALE
if test $REPLACE_DUPLOCALE = 1; then
  AC_LIBOBJ([duplocale])
  gl_PREREQ_DUPLOCALE
fi
gl_LOCALE_MODULE_INDICATOR([duplocale])

Makefile.am:

Include:
<locale.h>

License:
LGPL

Maintainer:
all