summaryrefslogtreecommitdiff
path: root/gnulib/modules/hard-locale
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/hard-locale')
m---------gnulib0
-rw-r--r--gnulib/modules/hard-locale26
2 files changed, 26 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/hard-locale b/gnulib/modules/hard-locale
new file mode 100644
index 0000000..88dff8e
--- /dev/null
+++ b/gnulib/modules/hard-locale
@@ -0,0 +1,26 @@
+Description:
+Determine whether the current locale is different from the "C" locale.
+
+Files:
+lib/hard-locale.h
+lib/hard-locale.c
+m4/hard-locale.m4
+
+Depends-on:
+stdbool
+strdup
+
+configure.ac:
+gl_HARD_LOCALE
+
+Makefile.am:
+lib_SOURCES += hard-locale.c
+
+Include:
+"hard-locale.h"
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert