Feature #291 ยป 0022-locale-fr.m4-Refresh-from-gnulib-upstream.patch
dependencies/m4/locale-fr.m4 | ||
---|---|---|
# 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.
|
||
... | ... | |
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
|
||
... | ... | |
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
|