mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
31 lines
354 B
Plaintext
31 lines
354 B
Plaintext
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:
|
|
|
|
configure.ac:
|
|
gl_LOCALENAME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += localename.c
|
|
|
|
Include:
|
|
"localename.h"
|
|
|
|
Link:
|
|
@INTL_MACOSX_LIBS@
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|