summaryrefslogtreecommitdiffstats
path: root/gettext-tools/misc
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2013-09-24 14:15:29 +0900
committerDaiki Ueno <ueno@gnu.org>2013-09-24 14:17:00 +0900
commit1de46f193e6b7beaaadc4bd551c984ef6de2cfc7 (patch)
treebd2ed8a5ad0dc65399d8b8db8b3645c900514000 /gettext-tools/misc
parentc97f0cb8c7be54b99d62a571208e393da0a5de89 (diff)
downloadexternal_gettext-1de46f193e6b7beaaadc4bd551c984ef6de2cfc7.zip
external_gettext-1de46f193e6b7beaaadc4bd551c984ef6de2cfc7.tar.gz
external_gettext-1de46f193e6b7beaaadc4bd551c984ef6de2cfc7.tar.bz2
autopoint: discard stderr of autom4te
Diffstat (limited to 'gettext-tools/misc')
-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 89ae650..88d140b 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 2c03562..72b268b 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 be837b9..9b0b465 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