[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] autopoint and m4_ifndef
From: |
Daiki Ueno |
Subject: |
Re: [bug-gettext] autopoint and m4_ifndef |
Date: |
Mon, 19 Aug 2013 12:01:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Sami Kerola <address@hidden> 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