From 79fefbe102df5729a63d6c615864c98cca3a7dd5 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 24 Sep 2013 14:15:29 +0900 Subject: [PATCH] autopoint: discard stderr of autom4te --- gettext-tools/misc/ChangeLog | 7 +++++++ gettext-tools/misc/autopoint.in | 2 +- gettext-tools/misc/gettextize.in | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 -- 2.47.2