From 3e989c96dff7889aff5b6476bf2a8fb9c541bd95 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 24 Jun 2013 13:07:33 +0200 Subject: 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 --- lib/localename/README.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 lib/localename/README.txt (limited to 'lib/localename/README.txt') diff --git a/lib/localename/README.txt b/lib/localename/README.txt new file mode 100644 index 0000000..9831651 --- /dev/null +++ b/lib/localename/README.txt @@ -0,0 +1,41 @@ +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 + -- cgit v1.2.3-1-g7c22