summaryrefslogtreecommitdiff
path: root/gnulib/modules/unicase/locale-language
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unicase/locale-language')
m---------gnulib0
-rw-r--r--gnulib/modules/unicase/locale-language37
2 files changed, 37 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unicase/locale-language b/gnulib/modules/unicase/locale-language
new file mode 100644
index 0000000..8b05a97
--- /dev/null
+++ b/gnulib/modules/unicase/locale-language
@@ -0,0 +1,37 @@
+Description:
+Language code of current locale.
+
+Files:
+lib/unicase/locale-language.c
+lib/unicase/locale-languages.gperf
+
+Depends-on:
+unicase/base
+localename
+gperf
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.3], [unicase/locale-language])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICASE_LOCALE_LANGUAGE
+lib_SOURCES += unicase/locale-language.c
+endif
+
+unicase/locale-languages.h: $(srcdir)/unicase/locale-languages.gperf
+ $(GPERF) -m 10 $(srcdir)/unicase/locale-languages.gperf > $(srcdir)/unicase/locale-languages.h-t
+ mv $(srcdir)/unicase/locale-languages.h-t $(srcdir)/unicase/locale-languages.h
+BUILT_SOURCES += unicase/locale-languages.h
+MOSTLYCLEANFILES += unicase/locale-languages.h-t
+MAINTAINERCLEANFILES += unicase/locale-languages.h
+EXTRA_DIST += unicase/locale-languages.h
+
+Include:
+"unicase.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+