From 053d3caa58bee1a36adef93d55803c7ded7fd8b0 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Thu, 7 Mar 2024 19:35:34 +0200
Subject: [PATCH 22/22] locale-fr.m4: Refresh from gnulib upstream

See RM #291

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 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 ac1c7217da..53750b5b38 100644
--- a/dependencies/m4/locale-fr.m4
+++ b/dependencies/m4/locale-fr.m4
@@ -1,5 +1,5 @@
 # locale-fr.m4 serial 23
-dnl Copyright (C) 2003, 2005-2023 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2005-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -116,7 +116,7 @@ int main () {
                 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                   gt_cv_locale_fr=fr_FR.iso88591
                 else
-                  # Test for the Solaris 7 locale name.
+                  # Test for the Solaris 10 locale name.
                   if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                     gt_cv_locale_fr=fr
                   else
@@ -250,7 +250,7 @@ int main () {
                 if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                   gt_cv_locale_fr_utf8=fr_FR.UTF-8
                 else
-                  # Test for the Solaris 7 locale name.
+                  # Test for the Solaris 10 locale name.
                   if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                     gt_cv_locale_fr_utf8=fr.UTF-8
                   else
-- 
2.43.0

