Building with gettext >= 0.24

Hello!

I got the following error while installing multiload-ng-common from AUR:

error: possibly undefined macro: AM_NLS

Found that it is by a gettext change, and other packages are also affected:

I think it is impossible to add the new path for every package at build time.
My solution was to add
export ACLOCAL_PATH=“/usr/share/gettext/m4”
to /etc/profile.d/gettext.sh

What is the proper solution for this?

Thanx

Always check the comments. :wink: