aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-11-10 15:17:11 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-11-10 15:24:38 +0200
commitcb76d31808b47783cb0bdac694db5643d1a23b4e (patch)
treedd5e932946529a4189ab9aaac9d590fdf83cc1a2 /configure.ac
parent65b51a8d17b2e382dc8c6d0fa5a83da83a34fd36 (diff)
downloadcpio-cb76d31808b47783cb0bdac694db5643d1a23b4e.tar.gz
cpio-cb76d31808b47783cb0bdac694db5643d1a23b4e.tar.bz2
Fix the output of UTF8 file names in verbose mode.
* am/quoting.m4: New file. * configure.ac: Set default quoting style. * src/copyin.c (long_format): Use quotearg. (print_name_with_quoting): Remove. * src/extern.h (print_name_with_quoting): Remove proto.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 73a5e2b..9bde963 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,8 @@ cpio_PAXUTILS
CPIO_SYSDEP
CPIO_PACKED_STRUCTS
+CPIO_DEFAULT_QUOTING_STYLE(escape)
+
AC_ARG_ENABLE(mt,
AC_HELP_STRING([--enable-mt], [Enable building of mt program]))

Return to:

Send suggestions and report system problems to the System administrator.