@eht16 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]) Yeah, it seems this makes things better. In #1433 it was reported to fix the issue on ArchLinux and the CI Linux build works as well. Only the Windows build fails with: ``` *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.22 ``` I'm still about to find the difference to Geany. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1434#discussion_r2105795816 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1434/review/2866269...@github.com>