From 64ed17f7f171dc94b72ff767c9efbfd6561fbdda Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 2 Jun 2023 04:29:58 +0300 Subject: [PATCH 35/35] locale-fr.m4: Update to serial 21 See osdn #48076 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 8c41fadfe8..5e13f3945d 100644 --- a/dependencies/m4/locale-fr.m4 +++ b/dependencies/m4/locale-fr.m4 @@ -1,4 +1,4 @@ -# locale-fr.m4 serial 20 +# locale-fr.m4 serial 21 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, @@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Determine the name of a french locale with traditional encoding. -AC_DEFUN([gt_LOCALE_FR], +AC_DEFUN_ONCE([gt_LOCALE_FR], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AM_LANGINFO_CODESET]) @@ -137,7 +137,7 @@ int main () { ]) dnl Determine the name of a french locale with UTF-8 encoding. -AC_DEFUN([gt_LOCALE_FR_UTF8], +AC_DEFUN_ONCE([gt_LOCALE_FR_UTF8], [ AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a french Unicode locale], [gt_cv_locale_fr_utf8], [ -- 2.39.2