]> Savannah Git Hosting - gnulib.git/commitdiff
locale-*.m4: Update comments.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2024 11:56:17 +0000 (12:56 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2024 11:56:17 +0000 (12:56 +0100)
* m4/locale-ar.m4: Update comments for Solaris 10.
* m4/locale-fr.m4: Likewise.
* m4/locale-ja.m4: Likewise.
* m4/locale-tr.m4: Likewise.

ChangeLog
m4/locale-ar.m4
m4/locale-fr.m4
m4/locale-ja.m4
m4/locale-tr.m4

index 51cd8dd3e2412d882da3d850f2ad0a6e62ae881e..3e17d5ccc0781e234478f7d2e29c3e3c5d576512 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-03-05  Bruno Haible  <bruno@clisp.org>
+
+       locale-*.m4: Update comments.
+       * m4/locale-ar.m4: Update comments for Solaris 10.
+       * m4/locale-fr.m4: Likewise.
+       * m4/locale-ja.m4: Likewise.
+       * m4/locale-tr.m4: Likewise.
+
 2024-03-05  Bruno Haible  <bruno@clisp.org>
 
        c-strtold: Add tests.
index e7d23f44b4a6860753bdb2ee53b3ef845d05ca28..f431b535fcd6b5ae6f6c9c807a3d868c27088461 100644 (file)
@@ -84,7 +84,7 @@ int main () {
           #   - The usual locale name:                         ar_SA
           #   - The locale name with explicit encoding suffix: ar_SA.ISO-8859-6
           #   - The HP-UX locale name:                         ar_SA.iso88596
-          #   - The Solaris 7 locale name:                     ar
+          #   - The Solaris 10 locale name:                    ar
           # Also try ar_EG instead of ar_SA because Egypt is a large country too.
           for gt_cv_locale_ar in ar_SA ar_SA.ISO-8859-6 ar_SA.iso88596 ar_EG ar_EG.ISO-8859-6 ar_EG.iso88596 ar none; do
             if test $gt_cv_locale_ar = none; then
index c9528562e75c76f5c24d85e529632a68a2a5c786..53750b5b38b03e2247aee75187449000902287e9 100644 (file)
@@ -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
index 71a9863b47c4f7c8f95ab254620ed11585295212..852ce940c1d37c01c7f22c0fb06dc50d742e6f30 100644 (file)
@@ -117,7 +117,7 @@ int main ()
                 if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                   gt_cv_locale_ja=ja_JP.EUC
                 else
-                  # Test for the Solaris 7 locale name.
+                  # Test for the Solaris 10 locale name.
                   if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                     gt_cv_locale_ja=ja
                   else
index b68e429a87e139a84373890ba1e4d9e84683b787..37fd9204923eb29f21cd745b80436071efa484a3 100644 (file)
@@ -105,7 +105,7 @@ int main () {
             if (LC_ALL=tr_TR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
               gt_cv_locale_tr_utf8=tr_TR.UTF-8
             else
-              # Test for the Solaris 7 locale name.
+              # Test for the Solaris 10 locale name.
               if (LC_ALL=tr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                 gt_cv_locale_tr_utf8=tr.UTF-8
               else