repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
hard-locale
blob
df07d4a6ed5df27ad8aa4bfc913202c2c97726df
1
Description:
2
Determine whether the current locale is different from the "C" locale.
3
4
Files:
5
lib/hard-locale.h
6
lib/hard-locale.c
7
8
Depends-on:
9
stdbool
10
setlocale-null
11
12
configure.ac:
13
AC_REQUIRE([gl_FUNC_SETLOCALE_NULL])
14
LIB_HARD_LOCALE="$LIB_SETLOCALE_NULL"
15
AC_SUBST([LIB_HARD_LOCALE])
16
17
Makefile.am:
18
lib_SOURCES += hard-locale.c
19
20
Include:
21
"hard-locale.h"
22
23
Link:
24
$(LIB_HARD_LOCALE)
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
Paul Eggert