Hi Jim,
> diff --git a/m4/locale-fr.m4 b/m4/locale-fr.m4
> ...
> +#ifdef __CYGWIN__
> ...
> + if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
>
> That will segfault (dereference NULL) when getenv returns NULL.
> Surely that was unintentional...It was intentional. getenv cannot return NULL here. I now added a comment about it. Bruno
