summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2013-09-24 14:15:29 +0900
committerDaiki Ueno <ueno@gnu.org>2013-12-20 12:59:58 +0900
commit79fefbe102df5729a63d6c615864c98cca3a7dd5 (patch)
tree728e7dac85bb2744b2bedc2a8b8c0e7fc1b52d45
parent23f42c8f4752b8c02faf98479afb12d58564aa4f (diff)
downloadgettext-79fefbe102df5729a63d6c615864c98cca3a7dd5.tar.gz
autopoint: discard stderr of autom4te
-rw-r--r--gettext-tools/misc/ChangeLog7
-rw-r--r--gettext-tools/misc/autopoint.in2
-rw-r--r--gettext-tools/misc/gettextize.in2
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,5 +1,12 @@
2013-09-24 Daiki Ueno <ueno@gnu.org>
+ * autopoint.in (func_trace): Discard stderr of autom4te.
+ * gettextize.in (func_trace): Likewise.
+ Reported by Gary V. Vaughan in
+ <http://savannah.gnu.org/bugs/?40083>.
+
+2013-09-24 Daiki Ueno <ueno@gnu.org>
+
* autopoint.in: Recognize multiple arguments of AM_GNU_GETTEXT
when tracing.
* gettextize.in: Likewise.
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