From: Daiki Ueno Date: Tue, 24 Sep 2013 05:15:29 +0000 (+0900) Subject: autopoint: discard stderr of autom4te X-Git-Tag: v0.19~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de46f193e6b7beaaadc4bd551c984ef6de2cfc7;p=thirdparty%2Fgettext.git autopoint: discard stderr of autom4te --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 89ae650c4..88d140b58 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,10 @@ +2013-09-24 Daiki Ueno + + * autopoint.in (func_trace): Discard stderr of autom4te. + * gettextize.in (func_trace): Likewise. + Reported by Gary V. Vaughan in + . + 2013-09-24 Daiki Ueno * autopoint.in: Recognize multiple arguments of AM_GNU_GETTEXT diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 2c0356261..72b268b35 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -152,7 +152,7 @@ m4_define([AM_GNU_GETTEXT], []) m4_define([AM_GNU_GETTEXT_VERSION], []) ' \ | autom4te --no-cache --language=Autoconf-without-aclocal-m4 \ - --trace="$1":\$% - "$2" + --trace="$1":\$% - "$2" 2>/dev/null } # func_usage diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index be837b9c9..9b0b46527 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -152,7 +152,7 @@ m4_define([AM_GNU_GETTEXT], []) m4_define([AM_GNU_GETTEXT_VERSION], []) ' \ | autom4te --no-cache --language=Autoconf-without-aclocal-m4 \ - --trace="$1":\$% - "$2" + --trace="$1":\$% - "$2" 2>/dev/null } # func_usage