autoreconf is much more convinient over calling the autotools programs individually.
Standard gettext should be used over glib's glue these days. AM_GLIB_GNU_GETTEXT and glib-gettextize are deprecrecated. This helps the meson build as well as working with intltool is harder over there.
Inspired by: https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration https://gitlab.gnome.org/GNOME/gedit/-/commit/0b4d03017fe7ba2e5c7d33d364de49... You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2938
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2938/commits/6dec24960b1cd7b78b84c4b5486d9ed3af88f3d7">autotools: use autoreconf and gettext</a>
-- File Changes --
M INSTALL (422) M Makefile.am (14) M autogen.sh (65) M configure.ac (7) M geany.desktop.in (8) D m4/geany-i18n.m4 (26)
-- Patch Links --
https://github.com/geany/geany/pull/2938.patch https://github.com/geany/geany/pull/2938.diff