* gettext-tools/tests/xgettext-c-19: Use iconv -f/-t instead of
non-portable --from/--to.
+2014-09-24 Daiki Ueno <ueno@gnu.org>
+
+ * xgettext-c-19: Use iconv -f/-t instead of non-portable
+ --from/--to.
+
2014-09-05 Daiki Ueno <ueno@gnu.org>
* autopoint-3: Use libtool when compiling included libintl.
EOF
: ${ICONV=iconv}
-iconv --from UTF-8 --to EUC-JP < xg-c-19.in.c > xg-c-19.c \
+iconv -f UTF-8 -t EUC-JP < xg-c-19.in.c > xg-c-19.c \
|| { echo "Skipping test: iconv does not work for EUC-JP"; exit 77; }
: ${XGETTEXT=xgettext}