westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Other
3.55k stars 529 forks source link

use gettext >= 0.20 in building flex #574

Open westes opened 1 year ago

westes commented 1 year ago

GNU gettext 0.20 changed so that running e.g. "make distcheck" will make a reproduceable with respect to gettext files. Adopt at least 0.20 and verify that the documented gettext change works as expected.