colobot/lib/localename
Piotr Dziwinski 3e989c96df Fixed auto-detecting locale on Windows
* localename library is now used to determine the actual locale used
 * added patched version of FindGettext.cmake to fix
   installation path of translation files
2013-06-24 14:16:39 +02:00
..
CMakeLists.txt Fixed auto-detecting locale on Windows 2013-06-24 14:16:39 +02:00
README.txt Fixed auto-detecting locale on Windows 2013-06-24 14:16:39 +02:00
localename.c Fixed auto-detecting locale on Windows 2013-06-24 14:16:39 +02:00
localename.h Fixed auto-detecting locale on Windows 2013-06-24 14:16:39 +02:00

README.txt

Part of gnulib library (http://www.gnu.org/software/gnulib/)

Original source with added patch to also include LANGUAGE environment variable.

Orignal module description below

================================

Description:
Return current locale's name, according to glibc naming conventions.

Files:
lib/localename.h
lib/localename.c
m4/localename.m4
m4/intlmacosx.m4
m4/lcmessage.m4

Depends-on:
strdup
lock

configure.ac:
gl_LOCALENAME

Makefile.am:
lib_SOURCES += localename.c

Include:
"localename.h"

Link:
@INTL_MACOSX_LIBS@
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise

License:
LGPLv2+

Maintainer:
Bruno Haible