warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / localename
blobec6cd1cc3b2e9d39bfa3a244f6e32769fcf7ad9e
1 Description:
2 Return current locale's name, according to glibc naming conventions.
4 Files:
5 lib/localename.h
6 lib/localename.c
7 m4/localename.m4
8 m4/intlmacosx.m4
9 m4/lcmessage.m4
11 Depends-on:
12 extensions
13 flexmember
14 strdup
15 lock
16 langinfo
18 configure.ac:
19 gl_LOCALENAME
21 Makefile.am:
22 lib_SOURCES += localename.c
24 Include:
25 "localename.h"
27 Link:
28 @INTL_MACOSX_LIBS@
29 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
31 License:
32 LGPLv2+
34 Maintainer:
35 all