Paul Eggert wrote: > How about this idea instead? Have the GNUmakefile code run the 'locale' > command and include its output in the 'make' output. That way, the > 'make' transcript would indicate this particular detail of the test > environment.
It would make sense to have this info in the generated test-suite.log, because people who report test failures frequently send this file as part of their bug report. Other than that, e.g. for "make [all]" and "make install", this added info is useless. So, I think your suggestion should be implemented in Automake's test suite drivers, not in maint.mk. Bruno