@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]) I hope this not too new and only relevant when running "autogen.sh". With the old version, I got errors when running "make" like: ``` *** 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 hope this is OK. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1434#pullrequestreview-2865779183 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1434/review/2865779...@github.com>