[gettext] Add feature tools#17010
Conversation
|
If you don't have enough time, I can handle this PR. |
|
@JackBoosY Seems like CI is stuck for this PR |
JackBoosY
left a comment
There was a problem hiding this comment.
Note that only the following tools were generated:
autopoint gettext gettextize msgcat msgcomm msgen msgfilter msggrep msgmerge msguniq recode-sr-latin
envsubst gettext.sh msgattrib msgcmp msgconv msgexec msgfmt msginit msgunfmt ngettext xgettext
Only? isn't that everything? Autotools typically searches for |
|
This regressed time to install gettext from 5 minutes to 45 minutes. :( |
|
@BillyONeal This didn't regress gettext. Before only gettext-runtime was build. With tools everything gettext has to offer is build. That is a significant difference. But i agree that there should be something done to make it faster. As far as I remember mist of the time is spend compressing some archive? |
No idea. I do see a ton of .sh processes flying by though |

required by some port to have gettext available.
Be warned: Building tools requires a long time.
supersedes #16612 @JackBoosY