From: Daiki Ueno Date: Tue, 24 Sep 2013 05:15:29 +0000 (+0900) Subject: autopoint: discard stderr of autom4te X-Git-Tag: v0.18.3.2~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=79fefbe102df5729a63d6c615864c98cca3a7dd5;p=thirdparty%2Fgettext.git autopoint: discard stderr of autom4te --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 635251855..bc1157278 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