install-reloc: Support multi-binary installation.
[gnulib.git] / modules / hard-locale
index 467d0b4..88dff8e 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine whether the current locale is different from the "C" locale.
 
 Files:
 lib/hard-locale.h
@@ -6,13 +7,20 @@ lib/hard-locale.c
 m4/hard-locale.m4
 
 Depends-on:
+stdbool
+strdup
 
 configure.ac:
 gl_HARD_LOCALE
 
 Makefile.am:
-lib_SOURCES += hard-locale.h hard-locale.c
+lib_SOURCES += hard-locale.c
 
 Include:
 "hard-locale.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert