* autopoint.in (func_trace): Allow user to specify autom4te
executable name through $AUTOM4TE envvar.
* gettextize.in (func_trace): Likewise.
Suggested by Eric Blake at
<https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00006.html>.
+2013-12-05 Daiki Ueno <ueno@gnu.org>
+
+ * autopoint.in (func_trace): Allow user to specify autom4te
+ executable name through $AUTOM4TE envvar.
+ * gettextize.in (func_trace): Likewise.
+ Suggested by Eric Blake at
+ <https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00006.html>.
+
2013-11-19 Daiki Ueno <ueno@gnu.org>
* autopoint.in (func_trace): Disable m4_include and m4_esyscmd.
m4_define([AM_GNU_GETTEXT], [])
m4_define([AM_GNU_GETTEXT_VERSION], [])
' \
- | autom4te --no-cache --language=Autoconf-without-aclocal-m4 \
+ | ${AUTOM4TE:-autom4te} --no-cache --language=Autoconf-without-aclocal-m4 \
--trace="$1":\$% - "$2" 2>/dev/null
}
m4_define([AM_GNU_GETTEXT], [])
m4_define([AM_GNU_GETTEXT_VERSION], [])
' \
- | autom4te --no-cache --language=Autoconf-without-aclocal-m4 \
+ | ${AUTOM4TE:-autom4te} --no-cache --language=Autoconf-without-aclocal-m4 \
--trace="$1":\$% - "$2" 2>/dev/null
}