Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / mhstore.c
index f4d664d..ae812ad 100644 (file)
@@ -21,7 +21,7 @@ static struct swit switches[] = {
 #define AUTOSW  0
        { "auto", 0 },
 #define NAUTOSW  1
-       { "noauto", 0 },
+       { "noauto", 2 },
 #define FILESW  2  /* interface from show */
        { "file file", 0 },
 #define PARTSW  3
@@ -29,7 +29,7 @@ static struct swit switches[] = {
 #define TYPESW  4
        { "type content", 0 },
 #define VERSIONSW  5
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  6
        { "help", 0 },
 #define DEBUGSW  7
@@ -132,9 +132,7 @@ main(int argc, char **argv)
 
        done=freects_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */