Skip to content

configure.ac.in: fix missing XDT_I18N call

glib's gettext machinery wasn't set up correctly, on make run getting the error:

/usr/bin/msgfmt: error while opening "@MSGFMT_OPTS@" for reading: No such file or directory

In xfce projects, this is solved by calling the XDT_I18N macro.

Closes: https://gitlab.xfce.org/metux/libxfce4windowing/-/issues/1 Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports