1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00
Files
gnulib/modules/hard-locale
Paul Eggert 2fe9cab332 hard-locale: simplify by removing hard-locale.m4
* m4/hard-locale.m4: Remove.
* modules/hard-locale (Files): Remove m4/hard-locale.m4.
(configure.ac): Do not call gl_HARD_LOCALE.
2018-07-17 16:43:16 -07:00

25 lines
283 B
Plaintext

Description:
Determine whether the current locale is different from the "C" locale.
Files:
lib/hard-locale.h
lib/hard-locale.c
Depends-on:
stdbool
strdup
configure.ac:
Makefile.am:
lib_SOURCES += hard-locale.c
Include:
"hard-locale.h"
License:
LGPLv2+
Maintainer:
Paul Eggert