There's a merged pull request on the void-packages repository gettext: fix non-cross builds https://github.com/void-linux/void-packages/pull/36843 Description: #### Testing the changes - I tested the changes in this PR: **YES** fixes this error when building: ``` make[2]: Entering directory '/builddir/gettext-0.21/libtextstyle' CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /builddir/gettext-0.21/libtextstyle/build-aux/missing aclocal-1.16 -I m4 -I gnulib-m4 /builddir/gettext-0.21/libtextstyle/build-aux/missing: line 81: aclocal-1.16: command not found WARNING: 'aclocal-1.16' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: It also requires GNU Autoconf, GNU m4 and Perl in order to run: make[2]: *** [Makefile:1748: aclocal.m4] Error 127 make[2]: Leaving directory '/builddir/gettext-0.21/libtextstyle' make[1]: *** [Makefile:403: all-recursive] Error 1 make[1]: Leaving directory '/builddir/gettext-0.21' make: *** [Makefile:359: all] Error 2 => ERROR: gettext-0.21_4: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2 => ERROR: in do_build() at common/build-style/gnu-configure.sh:15 ```