From 1cf4b756f624a3c367d4fa4b46472be0e0f4b27a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 26 Aug 2023 15:39:25 +0300 Subject: [PATCH 6/7] locale-fr.m4: Update to serial 23 See osdn #48540 Signed-off-by: Marko Lindqvist --- dependencies/m4/locale-fr.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/m4/locale-fr.m4 b/dependencies/m4/locale-fr.m4 index 40b13aeaa7..ac1c7217da 100644 --- a/dependencies/m4/locale-fr.m4 +++ b/dependencies/m4/locale-fr.m4 @@ -1,4 +1,4 @@ -# locale-fr.m4 serial 22 +# locale-fr.m4 serial 23 dnl Copyright (C) 2003, 2005-2023 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -86,7 +86,7 @@ int main () { # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. - mingw*) + mingw* | windows*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 @@ -228,7 +228,7 @@ int main () { # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. - mingw*) + mingw* | windows*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 -- 2.40.1