xstrtol: Improve documentation.
[gnulib.git] / modules / hard-locale
blob2dbe64e4a90d899ef660e50406b120accedc8195
1 Description:
2 Determine whether the current locale is different from the "C" locale.
4 Files:
5 lib/hard-locale.h
6 lib/hard-locale.c
8 Depends-on:
9 stdbool
10 setlocale-null
12 configure.ac:
13 AC_REQUIRE([gl_FUNC_SETLOCALE_NULL])
14 HARD_LOCALE_LIB="$SETLOCALE_NULL_LIB"
15 AC_SUBST([HARD_LOCALE_LIB])
16 dnl For backward compatibility.
17 LIB_HARD_LOCALE="$HARD_LOCALE_LIB"
18 AC_SUBST([LIB_HARD_LOCALE])
20 Makefile.am:
21 lib_SOURCES += hard-locale.c
23 Include:
24 "hard-locale.h"
26 Link:
27 $(HARD_LOCALE_LIB)
29 License:
30 LGPLv2+
32 Maintainer:
33 Paul Eggert