Hi! So here is my attempt to get rid of the deprecated AM_GLIB_GNU_GETTEXT macro. It is quite easy to use AM_GNU_GETTEXT instead. However, you may want to change the version to something lower than 0.19.7 (thats what KUbuntu 16.04 ships).
Its important that you do not indent the line containing the version macro, because only an unindented line will be found by autoreconf (which only then invokes autopoint). Cu... Stefan Stefan Westerfeld (1): BUILD: use AM_GNU_GETTEXT instead of deprecated AM_GLIB_GNU_GETTEXT autotools/glib-gettext.m4 | 433 ---------------------------------------------- configure.ac | 4 +- 2 files changed, 2 insertions(+), 435 deletions(-) delete mode 100644 autotools/glib-gettext.m4 -- 2.7.4 _______________________________________________ beast mailing list [email protected] https://mail.gnome.org/mailman/listinfo/beast
