Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-18 | Set up the 0.59.0 release.0.59.0 | Jussi Pakkanen | 1 | -35/+0 | |
2021-06-17 | intl custom dependency | Eli Schwartz | 1 | -0/+35 | |
Checking how to aquire the *gettext family of symbols portably is annoyingly complex, and may come from the libc, or standalone. builtin dependency: This detects if libintl is unneeded, because the *gettext family of symbols is available in the libc. system dependency: This detects if libintl is installed as separate software, linkable via -lintl; unfortunately, GNU gettext does not ship pkg-config files for it. Fixes #3929 |