@b4n commented on this pull request.
> @@ -16,9 +16,11 @@ AM_PROG_CC_C_O AC_DISABLE_STATIC AC_PROG_LIBTOOL -dnl i18n -IT_PROG_INTLTOOL([0.35.0]) -GP_I18N +dnl i18n, inline so autoreconf can detect gettext usage +AM_GNU_GETTEXT_VERSION([0.23.1]) So, just to have all in the same place: No idea why, but using `AM_GNU_GETTEXT_REQUIRE_VERSION` instead of `AM_GNU_GETTEXT_VERSION` fixes the issue without having to change the required version. My best guess is that the Windows gettext used does not contain the required old version of the files, maybe? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1434#discussion_r2106226898 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1434/review/[email protected]>
