1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/unicase/locale-language
Bruno Haible 90f74a20fc libunistring: Relicense under dual "LGPLv3+ or GPLv2" license.
* modules/libunistring: (License): Change from LGPL to
"LGPLv3+ or GPLv2".
* modules/libunistring-optional: Likewise.
* modules/unicase/*: Likewise.
* modules/uniconv/*: Likewise.
* modules/unictype/*: Likewise.
* modules/unigbrk/*: Likewise.
* modules/unilbrk/*: Likewise.
* modules/uniname/*: Likewise.
* modules/uninorm/*: Likewise.
* modules/unistdio/*: Likewise.
* modules/unistr/*: Likewise.
* modules/uniwbrk/*: Likewise.
* modules/uniwidth/*: Likewise.
2016-11-20 02:00:58 +01:00

37 lines
880 B
Plaintext

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
$(V_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:
LGPLv3+ or GPLv2
Maintainer:
all