Re: Cross-build issues in gdb/gnulib
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.lib.gnulib.bugs |
|---|---|
| Message-ID | <[email protected]> |
Pedro Alves wrote: > # Test for the AIX locale name. >> if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then >> gt_cv_locale_ja=ja_JP >> >>The comment refers to AIX, but it is in fact executed in the "*" case of a case statement, i.e., for everything other than Windows. The same code pattern also appears in the two other locale-*.m4 files. I'm lost. Do you have a specific Gnulib patch in mind?