diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-01 16:03:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-05-01 16:03:24 +0300 |
commit | b2651a80b9a238a0372dc6f89f5ea81c75326914 (patch) | |
tree | b4b4a9988f2c84390babbdd7708d2b2c7c6ec4ff | |
parent | e5b52db52bdf2a8d04e6025946fa692a10187e00 (diff) | |
download | egawk-b2651a80b9a238a0372dc6f89f5ea81c75326914.tar.gz egawk-b2651a80b9a238a0372dc6f89f5ea81c75326914.tar.bz2 egawk-b2651a80b9a238a0372dc6f89f5ea81c75326914.zip |
Improve list in test/Makefile.am of locales needed.
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/Makefile.am | 4 | ||||
-rw-r--r-- | test/Makefile.in | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index b0130945..2ef21c6f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -4,6 +4,11 @@ * sourcesplit.ok: New file. Thanks to Hermann Peifer for the report. + Unrelated: + + * Makefile.am (charset-msg-start): Document that having + el_GR.iso88597 is helpful. + 2017-04-12 Manuel Collado <m-collado@users.sourceforge.net> * Makefile.am (fpat6): New test. diff --git a/test/Makefile.am b/test/Makefile.am index 161082e7..29de0b18 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1420,8 +1420,8 @@ charset-msg-start: @echo "**************************************************************************" @echo "* Some or all of these tests may fail if you have inadequate or missing *" @echo "* locale support. At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are *" - @echo "* needed. However, if you see this message, the Makefile thinks you have *" - @echo "* what you need ... *" + @echo "* needed. The el_GR.iso88597 is optional but helpful. However, if you *" + @echo "* see this message, the Makefile thinks you have what you need ... *" @echo "**************************************************************************" charset-msg-end: diff --git a/test/Makefile.in b/test/Makefile.in index 52924b84..91fb8d8e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1862,8 +1862,8 @@ charset-msg-start: @echo "**************************************************************************" @echo "* Some or all of these tests may fail if you have inadequate or missing *" @echo "* locale support. At least en_US.UTF-8, ru_RU.UTF-8 and ja_JP.UTF-8 are *" - @echo "* needed. However, if you see this message, the Makefile thinks you have *" - @echo "* what you need ... *" + @echo "* needed. The el_GR.iso88597 is optional but helpful. However, if you *" + @echo "* see this message, the Makefile thinks you have what you need ... *" @echo "**************************************************************************" charset-msg-end: |