Bump to 1.14.1
[platform/upstream/augeas.git] / modules / localename
1 Description:
2 Return current locale's name, according to glibc naming conventions.
3
4 Files:
5 lib/localename.h
6 lib/localename.c
7 m4/localename.m4
8 m4/intlmacosx.m4
9 m4/lcmessage.m4
10
11 Depends-on:
12 flexmember
13 strdup
14 lock
15 langinfo
16
17 configure.ac:
18 gl_LOCALENAME
19
20 Makefile.am:
21 lib_SOURCES += localename.c
22
23 Include:
24 "localename.h"
25
26 Link:
27 @INTL_MACOSX_LIBS@
28 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 all