Sami Kerola <kerol...@iki.fi> writes: > m4_ifndef([PKG_PROG_PKG_CONFIG], > - [m4_fatal([Could not locate the pkg-config autoconf > + [AC_MSG_ERROR([Could not locate the pkg-config autoconf
I doubt this works as intended, since m4_fatal is an error at m4 time, while AC_MSG_ERROR isn't. Anyway, in 0.18.3.1 released last week, I ended up with the following change, which should allow m4_fatal: http://git.savannah.gnu.org/cgit/gettext.git/commit/?h=0.18.3&id=32e194b4dc739f6ac492370f0d1e1699d65cca04 Regards, -- Daiki Ueno