]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
autopoint: Allow user to specify custom autom4te executable
authorDaiki Ueno <ueno@gnu.org>
Thu, 5 Dec 2013 09:47:46 +0000 (18:47 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 20 Dec 2013 03:59:58 +0000 (12:59 +0900)
* 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>.

gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/misc/gettextize.in

index 336d4545171f8c4e01c2685025f00f2906556fbc..12dedef153d971b77df5cfaf5312b0b064afde46 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 0de13223f6336e17075c64ad452959cef231d1c4..3b664177bba9aaae85b5a964a1802c75eaef0482 100644 (file)
@@ -153,7 +153,7 @@ dnl macros which needs to be traced without aclocal.m4
 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
 }
 
index 063b57ba8f5c4fe9355c3021f16afcac9391639a..9abbf354e9285cd62c23c2a53dd4a642a0c99d47 100644 (file)
@@ -153,7 +153,7 @@ dnl macros which needs to be traced without aclocal.m4
 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
 }