mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-14 00:21:53 +03:00
* lib/localename-environ.c: New file, extracted from lib/localename-unsafe.c. * lib/localename-unsafe.c (gl_locale_name_environ): Remove function. * m4/localename.m4 (gl_LOCALENAME_ENVIRON): New macro. * modules/localename-environ: New file. * modules/localename-unsafe (Depends-on): Add localename-environ. * modules/setlocale (Depends-on): Likewise.
27 lines
375 B
Plaintext
27 lines
375 B
Plaintext
Description:
|
|
Return current locale's name, as specified by environment variables.
|
|
|
|
Files:
|
|
lib/localename.h
|
|
lib/localename-environ.c
|
|
m4/localename.m4
|
|
m4/intlmacosx.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_LOCALENAME_ENVIRON
|
|
gl_LOCALE_MODULE_INDICATOR([localename-environ])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += localename-environ.c
|
|
|
|
Include:
|
|
"localename.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|