Re: [PATCH v3] * configure.ac: Don't fail EUC-CN check when cross-compiling.

2024-11-18 Thread Patrice Dumas
On Sun, Nov 17, 2024 at 02:24:21PM +, James Le Cuirot wrote: > It's only used to skip a couple of tests, which you probably won't run > when cross-compiling anyway. I commited the following based on your report and patch: https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=95030cc6641d6a4

Re: [PATCH v3] * configure.ac: Don't fail EUC-CN check when cross-compiling.

2024-11-17 Thread James Le Cuirot
On Sun, 2024-11-17 at 17:16 +0100, Patrice Dumas wrote: > On Sun, Nov 17, 2024 at 02:24:21PM +, James Le Cuirot wrote: > > It's only used to skip a couple of tests, which you probably won't run > > when cross-compiling anyway. > > I commited the following based on your report and patch: > http

[PATCH v3] * configure.ac: Don't fail EUC-CN check when cross-compiling.

2024-11-17 Thread James Le Cuirot
It's only used to skip a couple of tests, which you probably won't run when cross-compiling anyway. --- ChangeLog| 6 ++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) Argh, I had a fight with git and sent an earlier iteration again. *facepalm* diff --git a/ChangeLo