1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix "make check" error on Mac OS X.

This commit is contained in:
Bruno Haible
2016-11-25 19:36:11 +01:00
parent d041a56f54
commit 9c36a76c66
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2016-11-25 Bruno Haible <bruno@clisp.org>
Fix "make check" error on Mac OS X.
* tests/Makefile.in (POSTPROCESS_FOR_MINGW): Run 'sed' in the C locale.
This fixes an error "sed: RE error: illegal byte sequence" on Mac OS X
when producing languages.out.
Reported at <https://savannah.gnu.org/bugs/?45329>.
2016-11-23 Bruno Haible <bruno@clisp.org>
Update installation instructions for Windows.